Html Css Color HEX #9F3136 Guardsman Red

📋 copy color: '#9F3136'

red 159 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #9F3136

Tints of Guardsman Red #9F3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

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

R = 60.69%
G = 18.7%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F3136 (or 0x9F3136) is known color: Guardsman Red. HEX triplet: 9F, 31 and 36. RGB value is (159,49,54). Sum of RGB (Red+Green+Blue) = 159+49+54=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3136 is #60CEC9. Grayscale: #525252. Windows color (decimal): -6344394 or 3551647. OLE color: 3551647.

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

Color convert

RGB 159 49 54 -
CMYK 0 0.69 0.66 0.38
HSL 357.27º 0.53% 0.41% -
HSV(B) 357.27º 0.69% 0.62% -
XYZ 16.06 9.83 4.54 -
YUV 82.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 159 49 54 0 0.69 0.66 0.38 357.27 0.53 0.41
Hex 9F 31 36 0 45 42 26 165 35 29
Octal 237 61 66 0 105 102 46 545 65 51
Binary 10011111 110001 110110 0 1000101 1000010 100110 101100101 110101 101001

Color Harmonies of #9F3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3136

Black with #9F3136

Text Example


Text Example

White with #9F3136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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