#9F2B32

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

Shades of Guardsman Red #9F2B32

Tints of Guardsman Red #9F2B32

Color information

#9F2B32 (or 0x9F2B32) is unknown color: approx Guardsman Red. HEX triplet: 9F, 2B and 32. RGB value is (159,43,50). Sum of RGB (Red+Green+Blue) = 159+43+50=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B32 is #60D4CD. Grayscale: #4E4E4E. Windows color (decimal): -6345934 or 3287967. OLE color: 3287967.

HSL color Cylindrical-coordinate representation of color #9F2B32: hue angle of 356.38º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B32 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1594350-
CMYK00.730.690.38
HSL356.38º57.43%39.61%-
HSV(B)356.38º72.96%62.35%-
XYZ15.749.333.99-
YUV78.48111.93185.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.10%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=63.10%
G=17.06%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159435000.730.690.38356.3857.4339.61
Hex9F2B3204945261643928
Octal23753620111105465447150
Binary10011111101011110010010010011000101100110101100100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,43,50); }

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

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

 a { background-color: rgb(159,43,50); }

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

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

 span { border-color: rgb(159,43,50); }

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