#9F2B37

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

Shades of Guardsman Red #9F2B37

Tints of Guardsman Red #9F2B37

Color information

#9F2B37 (or 0x9F2B37) is unknown color: approx Guardsman Red. HEX triplet: 9F, 2B and 37. RGB value is (159,43,55). Sum of RGB (Red+Green+Blue) = 159+43+55=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B37 is #60D4C8. Grayscale: #4F4F4F. Windows color (decimal): -6345929 or 3615647. OLE color: 3615647.

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

Color convert

RGB1594355-
CMYK00.730.650.38
HSL353.79º57.43%39.61%-
HSV(B)353.79º72.96%62.35%-
XYZ15.859.374.59-
YUV79.05114.43185.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.87%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=61.87%
G=16.73%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159435500.730.650.38353.7957.4339.61
Hex9F2B3704941261623928
Octal23753670111101465427150
Binary10011111101011110111010010011000001100110101100010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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