Html Css Color HEX #9F272E Guardsman Red

📋 copy color: '#9F272E'

red 159 ◦ green 39 ◦ blue 46

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

Shades of Guardsman Red #9F272E

Tints of Guardsman Red #9F272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 65.16%
G = 15.98%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F272E (or 0x9F272E) is known color: Guardsman Red. HEX triplet: 9F, 27 and 2E. RGB value is (159,39,46). Sum of RGB (Red+Green+Blue) = 159+39+46=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F272E is #60D8D1. Grayscale: #4B4B4B. Windows color (decimal): -6346962 or 3024799. OLE color: 3024799.

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

Color convert

RGB 159 39 46 -
CMYK 0 0.75 0.71 0.38
HSL 356.5º 0.61% 0.39% -
HSV(B) 356.5º 0.75% 0.62% -
XYZ 15.52 9.02 3.51 -
YUV 75.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 159 39 46 0 0.75 0.71 0.38 356.5 0.61 0.39
Hex 9F 27 2E 0 4B 47 26 164 3D 27
Octal 237 47 56 0 113 107 46 544 75 47
Binary 10011111 100111 101110 0 1001011 1000111 100110 101100100 111101 100111

Color Harmonies of #9F272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F272E

Black with #9F272E

Text Example


Text Example

White with #9F272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,39,46); }

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

background-color css

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

 a { background-color: rgb(159,39,46); }

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

border-color css

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

 span { border-color: rgb(159,39,46); }

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