#8A0718

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

Shades of Carmine #8A0718

Tints of Carmine #8A0718

Color information

#8A0718 (or 0x8A0718) is unknown color: approx Carmine. HEX triplet: 8A, 07 and 18. RGB value is (138,7,24). Sum of RGB (Red+Green+Blue) = 138+7+24=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0718 is #75F8E7. Grayscale: #303030. Windows color (decimal): -7731432 or 1574794. OLE color: 1574794.

HSL color Cylindrical-coordinate representation of color #8A0718: hue angle of 352.21º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0718 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB138724-
CMYK00.950.830.46
HSL352.21º90.34%28.43%-
HSV(B)352.21º94.93%54.12%-
XYZ10.725.621.38-
YUV48.11114.4192.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 81.66%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=81.66%
G=4.14%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13872400.950.830.46352.2190.3428.43
Hex8A71805F532E1605a1c
Octal21273001371235654013234
Binary1000101011111000010111111010011101110101100000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,24); }

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

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

 a { background-color: rgb(138,7,24); }

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

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

 span { border-color: rgb(138,7,24); }

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