#9C292B

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

Shades of Guardsman Red #9C292B

Tints of Guardsman Red #9C292B

Color information

#9C292B (or 0x9C292B) is unknown color: approx Guardsman Red. HEX triplet: 9C, 29 and 2B. RGB value is (156,41,43). Sum of RGB (Red+Green+Blue) = 156+41+43=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C292B is #63D6D4. Grayscale: #4B4B4B. Windows color (decimal): -6543061 or 2828700. OLE color: 2828700.

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

Color convert

RGB1564143-
CMYK00.740.720.39
HSL358.96º58.38%38.63%-
HSV(B)358.96º73.72%61.18%-
XYZ14.948.833.2-
YUV75.61109.6185.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=65%
G=17.08%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156414300.740.720.39358.9658.3838.63
Hex9C292B04A48271673a27
Octal23451530112110475477247
Binary10011100101001101011010010101001000100111101100111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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