Html Css Color HEX #9F2A32 Guardsman Red

📋 copy color: '#9F2A32'

red 159 ◦ green 42 ◦ blue 50

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

Shades of Guardsman Red #9F2A32

Tints of Guardsman Red #9F2A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.73%

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

R = 63.35%
G = 16.73%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F2A32 (or 0x9F2A32) is known color: Guardsman Red. HEX triplet: 9F, 2A and 32. RGB value is (159,42,50). Sum of RGB (Red+Green+Blue) = 159+42+50=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A32 is #60D5CD. Grayscale: #4D4D4D. Windows color (decimal): -6346190 or 3287711. OLE color: 3287711.

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

Color convert

RGB 159 42 50 -
CMYK 0 0.74 0.69 0.38
HSL 355.9º 0.58% 0.39% -
HSV(B) 355.9º 0.74% 0.62% -
XYZ 15.7 9.26 3.98 -
YUV 77.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 159 42 50 0 0.74 0.69 0.38 355.9 0.58 0.39
Hex 9F 2A 32 0 4A 45 26 164 3A 27
Octal 237 52 62 0 112 105 46 544 72 47
Binary 10011111 101010 110010 0 1001010 1000101 100110 101100100 111010 100111

Color Harmonies of #9F2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2A32

Black with #9F2A32

Text Example


Text Example

White with #9F2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F2A32;
 }
 .AnyTagClassName
 {
   color: #9F2A32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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