Html Css Color HEX #9F292C Guardsman Red

📋 copy color: '#9F292C'

red 159 ◦ green 41 ◦ blue 44

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

Shades of Guardsman Red #9F292C

Tints of Guardsman Red #9F292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 65.16%
G = 16.8%
B = 18.03%

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

#9F292C (or 0x9F292C) is known color: Guardsman Red. HEX triplet: 9F, 29 and 2C. RGB value is (159,41,44). Sum of RGB (Red+Green+Blue) = 159+41+44=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F292C is #60D6D3. Grayscale: #4C4C4C. Windows color (decimal): -6346452 or 2894239. OLE color: 2894239.

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

Color convert

RGB 159 41 44 -
CMYK 0 0.74 0.72 0.38
HSL 358.47º 0.59% 0.39% -
HSV(B) 358.47º 0.74% 0.62% -
XYZ 15.55 9.14 3.33 -
YUV 76.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 159 41 44 0 0.74 0.72 0.38 358.47 0.59 0.39
Hex 9F 29 2C 0 4A 48 26 166 3B 27
Octal 237 51 54 0 112 110 46 546 73 47
Binary 10011111 101001 101100 0 1001010 1001000 100110 101100110 111011 100111

Color Harmonies of #9F292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F292C

Black with #9F292C

Text Example


Text Example

White with #9F292C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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