Html Css Color HEX #9F272A Guardsman Red

📋 copy color: '#9F272A'

red 159 ◦ green 39 ◦ blue 42

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

Shades of Guardsman Red #9F272A

Tints of Guardsman Red #9F272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 66.25%
G = 16.25%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F272A (or 0x9F272A) is known color: Guardsman Red. HEX triplet: 9F, 27 and 2A. RGB value is (159,39,42). Sum of RGB (Red+Green+Blue) = 159+39+42=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F272A is #60D8D5. Grayscale: #4B4B4B. Windows color (decimal): -6346966 or 2762655. OLE color: 2762655.

HSL color Cylindrical-coordinate representation of color #9F272A: hue angle of 358.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 #9F272A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 39 42 -
CMYK 0 0.75 0.74 0.38
HSL 358.5º 0.61% 0.39% -
HSV(B) 358.5º 0.75% 0.62% -
XYZ 15.44 8.99 3.11 -
YUV 75.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 159 39 42 0 0.75 0.74 0.38 358.5 0.61 0.39
Hex 9F 27 2A 0 4B 4A 26 166 3D 27
Octal 237 47 52 0 113 112 46 546 75 47
Binary 10011111 100111 101010 0 1001011 1001010 100110 101100110 111101 100111

Color Harmonies of #9F272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F272A

Black with #9F272A

Text Example


Text Example

White with #9F272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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