#8F0A22

Color #8F0A22 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #8F0A22

Tints of Carmine #8F0A22

Color information

#8F0A22 (or 0x8F0A22) is unknown color: approx Carmine. HEX triplet: 8F, 0A and 22. RGB value is (143,10,34). Sum of RGB (Red+Green+Blue) = 143+10+34=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0A22 is #70F5DD. Grayscale: #343434. Windows color (decimal): -7402974 or 2230927. OLE color: 2230927.

HSL color Cylindrical-coordinate representation of color #8F0A22: hue angle of 349.17º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0A22 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB1431034-
CMYK00.930.760.44
HSL349.17º86.93%30%-
HSV(B)349.17º93.01%56.08%-
XYZ11.726.172.09-
YUV52.5117.56192.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 76.47%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=76.47%
G=5.35%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143103400.930.760.44349.1786.9330
Hex8FA2205D4C2C15d571e
Octal217124201351145453512736
Binary100011111010100010010111011001100101100101011101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,10,34); }

 H1.HeaderClassName
 {
   color: #8F0A22;
 }
 .AnyTagClassName
 {
   color: #8F0A22;
 }
</style>
background-color css

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

 a { background-color: rgb(143,10,34); }

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

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

 span { border-color: rgb(143,10,34); }

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