#8A111D

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

Shades of Carmine #8A111D

Tints of Carmine #8A111D

Color information

#8A111D (or 0x8A111D) is unknown color: approx Carmine. HEX triplet: 8A, 11 and 1D. RGB value is (138,17,29). Sum of RGB (Red+Green+Blue) = 138+17+29=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A111D is #75EEE2. Grayscale: #363636. Windows color (decimal): -7728867 or 1905034. OLE color: 1905034.

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

Color convert

RGB1381729-
CMYK00.880.790.46
HSL354.05º78.06%30.39%-
HSV(B)354.05º87.68%54.12%-
XYZ10.95.891.73-
YUV54.55113.59187.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 29 (11.72% from 255) = 15.76%
R=75%
G=9.24%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138172900.880.790.46354.0578.0630.39
Hex8A111D0584F2E1624e1e
Octal212213501301175654211636
Binary100010101000111101010110001001111101110101100010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,29); }

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

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

 a { background-color: rgb(138,17,29); }

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

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

 span { border-color: rgb(138,17,29); }

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