Html Css Color HEX #9F2F3B Guardsman Red

📋 copy color: '#9F2F3B'

red 159 ◦ green 47 ◦ blue 59

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

Shades of Guardsman Red #9F2F3B

Tints of Guardsman Red #9F2F3B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

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

R = 60%
G = 17.74%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F2F3B (or 0x9F2F3B) is known color: Guardsman Red. HEX triplet: 9F, 2F and 3B. RGB value is (159,47,59). Sum of RGB (Red+Green+Blue) = 159+47+59=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F3B is #60D0C4. Grayscale: #515151. Windows color (decimal): -6344901 or 3878815. OLE color: 3878815.

HSL color Cylindrical-coordinate representation of color #9F2F3B: hue angle of 353.57º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F2F3B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 47 59 -
CMYK 0 0.70 0.63 0.38
HSL 353.57º 0.54% 0.4% -
HSV(B) 353.57º 0.7% 0.62% -
XYZ 16.1 9.72 5.16 -
YUV 81.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 159 47 59 0 0.70 0.63 0.38 353.57 0.54 0.4
Hex 9F 2F 3B 0 46 3F 26 162 36 28
Octal 237 57 73 0 106 77 46 542 66 50
Binary 10011111 101111 111011 0 1000110 111111 100110 101100010 110110 101000

Color Harmonies of #9F2F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F3B

Black with #9F2F3B

Text Example


Text Example

White with #9F2F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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