#9C2933

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

Shades of Guardsman Red #9C2933

Tints of Guardsman Red #9C2933

Color information

#9C2933 (or 0x9C2933) is unknown color: approx Guardsman Red. HEX triplet: 9C, 29 and 33. RGB value is (156,41,51). Sum of RGB (Red+Green+Blue) = 156+41+51=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2933 is #63D6CC. Grayscale: #4C4C4C. Windows color (decimal): -6543053 or 3352988. OLE color: 3352988.

HSL color Cylindrical-coordinate representation of color #9C2933: hue angle of 354.78º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2933 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB1564151-
CMYK00.740.670.39
HSL354.78º58.38%38.63%-
HSV(B)354.78º73.72%61.18%-
XYZ15.18.894.05-
YUV76.53113.6184.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.90%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=62.90%
G=16.53%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156415100.740.670.39354.7858.3838.63
Hex9C293304A43271633a27
Octal23451630112103475437247
Binary10011100101001110011010010101000011100111101100011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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