Html Css Color HEX #9F2B32 Guardsman Red

📋 copy color: '#9F2B32'

red 159 ◦ green 43 ◦ blue 50

#9F2B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #9F2B32

Tints of Guardsman Red #9F2B32

RGB

 RED value IS 159 (62.5% from 255) = 63.1%

 GREEN value IS 43 (17.19% from 255) = 17.06%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 63.1%
G = 17.06%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F2B32 (or 0x9F2B32) is known color: 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

RGB 159 43 50 -
CMYK 0 0.73 0.69 0.38
HSL 356.38º 0.57% 0.4% -
HSV(B) 356.38º 0.73% 0.62% -
XYZ 15.74 9.33 3.99 -
YUV 78.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 159 43 50 0 0.73 0.69 0.38 356.38 0.57 0.4
Hex 9F 2B 32 0 49 45 26 164 39 28
Octal 237 53 62 0 111 105 46 544 71 50
Binary 10011111 101011 110010 0 1001001 1000101 100110 101100100 111001 101000

Color Harmonies of #9F2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B32

Black with #9F2B32

Text Example


Text Example

White with #9F2B32

Text Example


Text Example

HTML Codes & Css Web 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>