#9C3036

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

Shades of Guardsman Red #9C3036

Tints of Guardsman Red #9C3036

Color information

#9C3036 (or 0x9C3036) is unknown color: approx Guardsman Red. HEX triplet: 9C, 30 and 36. RGB value is (156,48,54). Sum of RGB (Red+Green+Blue) = 156+48+54=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3036 is #63CFC9. Grayscale: #515151. Windows color (decimal): -6541258 or 3551388. OLE color: 3551388.

HSL color Cylindrical-coordinate representation of color #9C3036: hue angle of 356.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3036 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1564854-
CMYK00.690.650.39
HSL356.67º52.94%40%-
HSV(B)356.67º69.23%61.18%-
XYZ15.439.454.5-
YUV80.98112.78181.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.47%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=60.47%
G=18.60%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156485400.690.650.39356.6752.9440
Hex9C303604541271653528
Octal23460660105101475456550
Binary10011100110000110110010001011000001100111101100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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