#9F2B36

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

Shades of Guardsman Red #9F2B36

Tints of Guardsman Red #9F2B36

Color information

#9F2B36 (or 0x9F2B36) is unknown color: approx Guardsman Red. HEX triplet: 9F, 2B and 36. RGB value is (159,43,54). Sum of RGB (Red+Green+Blue) = 159+43+54=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B36 is #60D4C9. Grayscale: #4F4F4F. Windows color (decimal): -6345930 or 3550111. OLE color: 3550111.

HSL color Cylindrical-coordinate representation of color #9F2B36: hue angle of 354.31º 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 #9F2B36 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1594354-
CMYK00.730.660.38
HSL354.31º57.43%39.61%-
HSV(B)354.31º72.96%62.35%-
XYZ15.839.374.46-
YUV78.94113.93185.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.11%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=62.11%
G=16.80%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159435400.730.660.38354.3157.4339.61
Hex9F2B3604942261623928
Octal23753660111102465427150
Binary10011111101011110110010010011000010100110101100010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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