#8A0D17

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

Shades of Carmine #8A0D17

Tints of Carmine #8A0D17

Color information

#8A0D17 (or 0x8A0D17) is unknown color: approx Carmine. HEX triplet: 8A, 0D and 17. RGB value is (138,13,23). Sum of RGB (Red+Green+Blue) = 138+13+23=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0D17 is #75F2E8. Grayscale: #333333. Windows color (decimal): -7729897 or 1510794. OLE color: 1510794.

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

Color convert

RGB1381323-
CMYK00.910.830.46
HSL355.2º82.78%29.61%-
HSV(B)355.2º90.58%54.12%-
XYZ10.785.751.35-
YUV51.52111.91189.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.31%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=79.31%
G=7.47%
B=13.22%

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
Decimal138132300.910.830.46355.282.7829.61
Hex8AD1705B532E163531e
Octal212152701331235654312336
Binary10001010110110111010110111010011101110101100011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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