Html Css Color HEX #9F373B Guardsman Red

📋 copy color: '#9F373B'

red 159 ◦ green 55 ◦ blue 59

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

Shades of Guardsman Red #9F373B

Tints of Guardsman Red #9F373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 58.24%
G = 20.15%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F373B (or 0x9F373B) is known color: Guardsman Red. HEX triplet: 9F, 37 and 3B. RGB value is (159,55,59). Sum of RGB (Red+Green+Blue) = 159+55+59=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F373B is #60C8C4. Grayscale: #565656. Windows color (decimal): -6342853 or 3880863. OLE color: 3880863.

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

Color convert

RGB 159 55 59 -
CMYK 0 0.65 0.63 0.38
HSL 357.69º 0.49% 0.42% -
HSV(B) 357.69º 0.65% 0.62% -
XYZ 16.45 10.42 5.28 -
YUV 86.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 159 55 59 0 0.65 0.63 0.38 357.69 0.49 0.42
Hex 9F 37 3B 0 41 3F 26 166 31 2A
Octal 237 67 73 0 101 77 46 546 61 52
Binary 10011111 110111 111011 0 1000001 111111 100110 101100110 110001 101010

Color Harmonies of #9F373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F373B

Black with #9F373B

Text Example


Text Example

White with #9F373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,59); }

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

background-color css

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

 a { background-color: rgb(159,55,59); }

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

border-color css

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

 span { border-color: rgb(159,55,59); }

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