#9C3437

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

Shades of Guardsman Red #9C3437

Tints of Guardsman Red #9C3437

Color information

#9C3437 (or 0x9C3437) is unknown color: approx Guardsman Red. HEX triplet: 9C, 34 and 37. RGB value is (156,52,55). Sum of RGB (Red+Green+Blue) = 156+52+55=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3437 is #63CBC8. Grayscale: #535353. Windows color (decimal): -6540233 or 3617948. OLE color: 3617948.

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

Color convert

RGB1565255-
CMYK00.670.650.39
HSL358.27º50%40.78%-
HSV(B)358.27º66.67%61.18%-
XYZ15.639.84.68-
YUV83.44111.96179.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.32%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=59.32%
G=19.77%
B=20.91%

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
Decimal156525500.670.650.39358.275040.78
Hex9C343704341271663229
Octal23464670103101475466251
Binary10011100110100110111010000111000001100111101100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,52,55); }

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

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

 a { background-color: rgb(156,52,55); }

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

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

 span { border-color: rgb(156,52,55); }

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