#912F33

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

Shades of Guardsman Red #912F33

Tints of Guardsman Red #912F33

Color information

#912F33 (or 0x912F33) is unknown color: approx Guardsman Red. HEX triplet: 91, 2F and 33. RGB value is (145,47,51). Sum of RGB (Red+Green+Blue) = 145+47+51=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #912F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F33 is #6ED0CC. Grayscale: #4C4C4C. Windows color (decimal): -7262413 or 3354513. OLE color: 3354513.

HSL color Cylindrical-coordinate representation of color #912F33: hue angle of 357.55º 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 #912F33 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1454751-
CMYK00.680.650.43
HSL357.55º51.04%37.65%-
HSV(B)357.55º67.59%56.86%-
XYZ13.298.294.03-
YUV76.76113.47176.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.67%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=59.67%
G=19.34%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145475100.680.650.43357.5551.0437.65
Hex912F33044412B1663326
Octal22157630104101535466346
Binary10010001101111110011010001001000001101011101100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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