#8A0C17

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

Shades of Carmine #8A0C17

Tints of Carmine #8A0C17

Color information

#8A0C17 (or 0x8A0C17) is unknown color: approx Carmine. HEX triplet: 8A, 0C and 17. RGB value is (138,12,23). Sum of RGB (Red+Green+Blue) = 138+12+23=173 (22% of max value = 765). Red value is 138 (54.30% from 255 or 79.77% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0C17 is #75F3E8. Grayscale: #333333. Windows color (decimal): -7730153 or 1510538. OLE color: 1510538.

HSL color Cylindrical-coordinate representation of color #8A0C17: hue angle of 354.76º 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 #8A0C17 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB1381223-
CMYK00.910.830.46
HSL354.76º84%29.41%-
HSV(B)354.76º91.3%54.12%-
XYZ10.775.731.35-
YUV50.93112.24190.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.77%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=79.77%
G=6.94%
B=13.29%

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
Decimal138122300.910.830.46354.768429.41
Hex8AC1705B532E163541d
Octal212142701331235654312435
Binary10001010110010111010110111010011101110101100011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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