#9C333B

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

Shades of Guardsman Red #9C333B

Tints of Guardsman Red #9C333B

Color information

#9C333B (or 0x9C333B) is unknown color: approx Guardsman Red. HEX triplet: 9C, 33 and 3B. RGB value is (156,51,59). Sum of RGB (Red+Green+Blue) = 156+51+59=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C333B is #63CCC4. Grayscale: #535353. Windows color (decimal): -6540485 or 3879836. OLE color: 3879836.

HSL color Cylindrical-coordinate representation of color #9C333B: hue angle of 355.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C333B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1565159-
CMYK00.670.620.39
HSL355.43º50.72%40.59%-
HSV(B)355.43º67.31%61.18%-
XYZ15.689.755.19-
YUV83.31114.29179.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=58.65%
G=19.17%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156515900.670.620.39355.4350.7240.59
Hex9C333B0433E271633329
Octal2346373010376475436351
Binary1001110011001111101101000011111110100111101100011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C333B; }

 p { color: rgb(156,51,59); }

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

<style>
 a { background-color: #9C333B; }

 a { background-color: rgb(156,51,59); }

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

<style>
 span { border-color: #9C333B; }

 span { border-color: rgb(156,51,59); }

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