Html Css Color HEX #9F282C Guardsman Red

📋 copy color: '#9F282C'

red 159 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #9F282C

Tints of Guardsman Red #9F282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 65.43%
G = 16.46%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F282C (or 0x9F282C) is known color: Guardsman Red. HEX triplet: 9F, 28 and 2C. RGB value is (159,40,44). Sum of RGB (Red+Green+Blue) = 159+40+44=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F282C is #60D7D3. Grayscale: #4C4C4C. Windows color (decimal): -6346708 or 2893983. OLE color: 2893983.

HSL color Cylindrical-coordinate representation of color #9F282C: hue angle of 357.98º degrees, saturation: 0.6, 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 #9F282C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 40 44 -
CMYK 0 0.75 0.72 0.38
HSL 357.98º 0.6% 0.39% -
HSV(B) 357.98º 0.75% 0.62% -
XYZ 15.51 9.07 3.32 -
YUV 76.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 159 40 44 0 0.75 0.72 0.38 357.98 0.6 0.39
Hex 9F 28 2C 0 4B 48 26 166 3C 27
Octal 237 50 54 0 113 110 46 546 74 47
Binary 10011111 101000 101100 0 1001011 1001000 100110 101100110 111100 100111

Color Harmonies of #9F282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F282C

Black with #9F282C

Text Example


Text Example

White with #9F282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,40,44); }

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

background-color css

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

 a { background-color: rgb(159,40,44); }

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

border-color css

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

 span { border-color: rgb(159,40,44); }

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