Html Css Color HEX #9F2936 Guardsman Red

📋 copy color: '#9F2936'

red 159 ◦ green 41 ◦ blue 54

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

Shades of Guardsman Red #9F2936

Tints of Guardsman Red #9F2936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 62.6%
G = 16.14%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F2936 (or 0x9F2936) is known color: Guardsman Red. HEX triplet: 9F, 29 and 36. RGB value is (159,41,54). Sum of RGB (Red+Green+Blue) = 159+41+54=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2936 is #60D6C9. Grayscale: #4D4D4D. Windows color (decimal): -6346442 or 3549599. OLE color: 3549599.

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

Color convert

RGB 159 41 54 -
CMYK 0 0.74 0.66 0.38
HSL 353.39º 0.59% 0.39% -
HSV(B) 353.39º 0.74% 0.62% -
XYZ 15.76 9.22 4.44 -
YUV 77.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 159 41 54 0 0.74 0.66 0.38 353.39 0.59 0.39
Hex 9F 29 36 0 4A 42 26 161 3B 27
Octal 237 51 66 0 112 102 46 541 73 47
Binary 10011111 101001 110110 0 1001010 1000010 100110 101100001 111011 100111

Color Harmonies of #9F2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2936

Black with #9F2936

Text Example


Text Example

White with #9F2936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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