Html Css Color HEX #9F2A2C Guardsman Red

📋 copy color: '#9F2A2C'

red 159 ◦ green 42 ◦ blue 44

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

Shades of Guardsman Red #9F2A2C

Tints of Guardsman Red #9F2A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 64.9%
G = 17.14%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F2A2C (or 0x9F2A2C) is known color: Guardsman Red. HEX triplet: 9F, 2A and 2C. RGB value is (159,42,44). Sum of RGB (Red+Green+Blue) = 159+42+44=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2A2C is #60D5D3. Grayscale: #4D4D4D. Windows color (decimal): -6346196 or 2894495. OLE color: 2894495.

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

Color convert

RGB 159 42 44 -
CMYK 0 0.74 0.72 0.38
HSL 358.97º 0.58% 0.39% -
HSV(B) 358.97º 0.74% 0.62% -
XYZ 15.58 9.21 3.34 -
YUV 77.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 159 42 44 0 0.74 0.72 0.38 358.97 0.58 0.39
Hex 9F 2A 2C 0 4A 48 26 167 3A 27
Octal 237 52 54 0 112 110 46 547 72 47
Binary 10011111 101010 101100 0 1001010 1001000 100110 101100111 111010 100111

Color Harmonies of #9F2A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2A2C

Black with #9F2A2C

Text Example


Text Example

White with #9F2A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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