Html Css Color HEX #9F292E Guardsman Red

📋 copy color: '#9F292E'

red 159 ◦ green 41 ◦ blue 46

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

Shades of Guardsman Red #9F292E

Tints of Guardsman Red #9F292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 64.63%
G = 16.67%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F292E (or 0x9F292E) is known color: Guardsman Red. HEX triplet: 9F, 29 and 2E. RGB value is (159,41,46). Sum of RGB (Red+Green+Blue) = 159+41+46=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F292E is #60D6D1. Grayscale: #4C4C4C. Windows color (decimal): -6346450 or 3025311. OLE color: 3025311.

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

Color convert

RGB 159 41 46 -
CMYK 0 0.74 0.71 0.38
HSL 357.46º 0.59% 0.39% -
HSV(B) 357.46º 0.74% 0.62% -
XYZ 15.58 9.15 3.53 -
YUV 76.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 159 41 46 0 0.74 0.71 0.38 357.46 0.59 0.39
Hex 9F 29 2E 0 4A 47 26 165 3B 27
Octal 237 51 56 0 112 107 46 545 73 47
Binary 10011111 101001 101110 0 1001010 1000111 100110 101100101 111011 100111

Color Harmonies of #9F292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F292E

Black with #9F292E

Text Example


Text Example

White with #9F292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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