#912F30

Color #912F30 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #912F30

Tints of Guardsman Red #912F30

Color information

#912F30 (or 0x912F30) is unknown color: approx Guardsman Red. HEX triplet: 91, 2F and 30. RGB value is (145,47,48). Sum of RGB (Red+Green+Blue) = 145+47+48=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #912F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F30 is #6ED0CF. Grayscale: #4C4C4C. Windows color (decimal): -7262416 or 3157905. OLE color: 3157905.

HSL color Cylindrical-coordinate representation of color #912F30: hue angle of 359.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912F30 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1454748-
CMYK00.680.670.43
HSL359.39º51.04%37.65%-
HSV(B)359.39º67.59%56.86%-
XYZ13.238.273.69-
YUV76.42111.97176.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 60.42%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 48 (19.14% from 255) = 20%
R=60.42%
G=19.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145474800.680.670.43359.3951.0437.65
Hex912F30044432B1673326
Octal22157600104103535476346
Binary10010001101111110000010001001000011101011101100111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912F30; }

 p { color: rgb(145,47,48); }

 H1.HeaderClassName
 {
   color: #912F30;
 }
 .AnyTagClassName
 {
   color: #912F30;
 }
</style>
background-color css

<style>
 a { background-color: #912F30; }

 a { background-color: rgb(145,47,48); }

 div.DivClassName
 {
   background-color: #912F30;
 }
 .BgClassName
 {
   background-color: #912F30;
 }
</style>
border-color css

<style>
 span { border-color: #912F30; }

 span { border-color: rgb(145,47,48); }

 td.TdClassName
 {
   border-color: #912F30;
 }
 .TagClassName
 {
   border-color: #912F30;
 }
</style>