Html Css Color HEX #9F363E Guardsman Red

📋 copy color: '#9F363E'

red 159 ◦ green 54 ◦ blue 62

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

Shades of Guardsman Red #9F363E

Tints of Guardsman Red #9F363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 57.82%
G = 19.64%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F363E (or 0x9F363E) is known color: Guardsman Red. HEX triplet: 9F, 36 and 3E. RGB value is (159,54,62). Sum of RGB (Red+Green+Blue) = 159+54+62=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F363E is #60C9C1. Grayscale: #565656. Windows color (decimal): -6343106 or 4077215. OLE color: 4077215.

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

Color convert

RGB 159 54 62 -
CMYK 0 0.66 0.61 0.38
HSL 355.43º 0.49% 0.42% -
HSV(B) 355.43º 0.66% 0.62% -
XYZ 16.49 10.36 5.69 -
YUV 86.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 159 54 62 0 0.66 0.61 0.38 355.43 0.49 0.42
Hex 9F 36 3E 0 42 3D 26 163 31 2A
Octal 237 66 76 0 102 75 46 543 61 52
Binary 10011111 110110 111110 0 1000010 111101 100110 101100011 110001 101010

Color Harmonies of #9F363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F363E

Black with #9F363E

Text Example


Text Example

White with #9F363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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