#9C333E

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

Shades of Guardsman Red #9C333E

Tints of Guardsman Red #9C333E

Color information

#9C333E (or 0x9C333E) is unknown color: approx Guardsman Red. HEX triplet: 9C, 33 and 3E. RGB value is (156,51,62). Sum of RGB (Red+Green+Blue) = 156+51+62=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C333E is #63CCC1. Grayscale: #535353. Windows color (decimal): -6540482 or 4076444. OLE color: 4076444.

HSL color Cylindrical-coordinate representation of color #9C333E: hue angle of 353.71º 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 #9C333E is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB1565162-
CMYK00.670.600.39
HSL353.71º50.72%40.59%-
HSV(B)353.71º67.31%61.18%-
XYZ15.769.785.61-
YUV83.65115.79179.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.99%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=57.99%
G=18.96%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156516200.670.600.39353.7150.7240.59
Hex9C333E0433C271623329
Octal2346376010374475426351
Binary1001110011001111111001000011111100100111101100010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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