#9C3336

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

Shades of Guardsman Red #9C3336

Tints of Guardsman Red #9C3336

Color information

#9C3336 (or 0x9C3336) is unknown color: approx Guardsman Red. HEX triplet: 9C, 33 and 36. RGB value is (156,51,54). Sum of RGB (Red+Green+Blue) = 156+51+54=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3336 is #63CCC9. Grayscale: #525252. Windows color (decimal): -6540490 or 3552156. OLE color: 3552156.

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

Color convert

RGB1565154-
CMYK00.670.650.39
HSL358.29º50.72%40.59%-
HSV(B)358.29º67.31%61.18%-
XYZ15.569.74.54-
YUV82.74111.79180.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=59.77%
G=19.54%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156515400.670.650.39358.2950.7240.59
Hex9C333604341271663329
Octal23463660103101475466351
Binary10011100110011110110010000111000001100111101100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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