#9C2B2D

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

Shades of Guardsman Red #9C2B2D

Tints of Guardsman Red #9C2B2D

Color information

#9C2B2D (or 0x9C2B2D) is unknown color: approx Guardsman Red. HEX triplet: 9C, 2B and 2D. RGB value is (156,43,45). Sum of RGB (Red+Green+Blue) = 156+43+45=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B2D is #63D4D2. Grayscale: #4D4D4D. Windows color (decimal): -6542547 or 2960284. OLE color: 2960284.

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

Color convert

RGB1564345-
CMYK00.720.710.39
HSL358.94º56.78%39.02%-
HSV(B)358.94º72.44%61.18%-
XYZ15.058.993.42-
YUV77.01109.94184.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.93%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=63.93%
G=17.62%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156434500.720.710.39358.9456.7839.02
Hex9C2B2D04847271673927
Octal23453550110107475477147
Binary10011100101011101101010010001000111100111101100111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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