#8A0C18

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

Shades of Carmine #8A0C18

Tints of Carmine #8A0C18

Color information

#8A0C18 (or 0x8A0C18) is unknown color: approx Carmine. HEX triplet: 8A, 0C and 18. RGB value is (138,12,24). Sum of RGB (Red+Green+Blue) = 138+12+24=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0C18 is #75F3E7. Grayscale: #333333. Windows color (decimal): -7730152 or 1576074. OLE color: 1576074.

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

Color convert

RGB1381224-
CMYK00.910.830.46
HSL354.29º84%29.41%-
HSV(B)354.29º91.3%54.12%-
XYZ10.785.731.4-
YUV51.04112.74190.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.31%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=79.31%
G=6.90%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138122400.910.830.46354.298429.41
Hex8AC1805B532E162541d
Octal212143001331235654212435
Binary10001010110011000010110111010011101110101100010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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