Html Css Color HEX #8F3032 Guardsman Red

📋 copy color: '#8F3032'

red 143 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #8F3032

Tints of Guardsman Red #8F3032

RGB

 RED value IS 143 (56.25% from 255) = 59.34%

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 59.34%
G = 19.92%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8F3032 (or 0x8F3032) is known color: Guardsman Red. HEX triplet: 8F, 30 and 32. RGB value is (143,48,50). Sum of RGB (Red+Green+Blue) = 143+48+50=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3032 is #70CFCD. Grayscale: #4C4C4C. Windows color (decimal): -7393230 or 3289231. OLE color: 3289231.

HSL color Cylindrical-coordinate representation of color #8F3032: hue angle of 358.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3032 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 48 50 -
CMYK 0 0.66 0.65 0.44
HSL 358.74º 0.5% 0.37% -
HSV(B) 358.74º 0.66% 0.56% -
XYZ 12.96 8.18 3.91 -
YUV 76.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 143 48 50 0 0.66 0.65 0.44 358.74 0.5 0.37
Hex 8F 30 32 0 42 41 2C 167 32 25
Octal 217 60 62 0 102 101 54 547 62 45
Binary 10001111 110000 110010 0 1000010 1000001 101100 101100111 110010 100101

Color Harmonies of #8F3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3032

Black with #8F3032

Text Example


Text Example

White with #8F3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F3032; }

 p { color: rgb(143,48,50); }

 H1.HeaderClassName
 {
   color: #8F3032;
 }
 .AnyTagClassName
 {
   color: #8F3032;
 }
</style>

background-color css

<style>
 a { background-color: #8F3032; }

 a { background-color: rgb(143,48,50); }

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

border-color css

<style>
 span { border-color: #8F3032; }

 span { border-color: rgb(143,48,50); }

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