#9C3139

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

Shades of Guardsman Red #9C3139

Tints of Guardsman Red #9C3139

Color information

#9C3139 (or 0x9C3139) is unknown color: approx Guardsman Red. HEX triplet: 9C, 31 and 39. RGB value is (156,49,57). Sum of RGB (Red+Green+Blue) = 156+49+57=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3139 is #63CEC6. Grayscale: #515151. Windows color (decimal): -6540999 or 3748252. OLE color: 3748252.

HSL color Cylindrical-coordinate representation of color #9C3139: hue angle of 355.51º degrees, saturation: 0.52, 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 #9C3139 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1564957-
CMYK00.690.630.39
HSL355.51º52.2%40.2%-
HSV(B)355.51º68.59%61.18%-
XYZ15.559.564.9-
YUV81.9113.95180.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 57 (22.66% from 255) = 21.76%
R=59.54%
G=18.70%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156495700.690.630.39355.5152.240.2
Hex9C31390453F271643428
Octal2346171010577475446450
Binary1001110011000111100101000101111111100111101100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,49,57); }

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

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

 a { background-color: rgb(156,49,57); }

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

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

 span { border-color: rgb(156,49,57); }

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