#8A111B

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

Shades of Carmine #8A111B

Tints of Carmine #8A111B

Color information

#8A111B (or 0x8A111B) is unknown color: approx Carmine. HEX triplet: 8A, 11 and 1B. RGB value is (138,17,27). Sum of RGB (Red+Green+Blue) = 138+17+27=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A111B is #75EEE4. Grayscale: #363636. Windows color (decimal): -7728869 or 1773962. OLE color: 1773962.

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

Color convert

RGB1381727-
CMYK00.880.800.46
HSL355.04º78.06%30.39%-
HSV(B)355.04º87.68%54.12%-
XYZ10.885.881.6-
YUV54.32112.59187.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.82%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=75.82%
G=9.34%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138172700.880.800.46355.0478.0630.39
Hex8A111B058502E1634e1e
Octal212213301301205654311636
Binary100010101000111011010110001010000101110101100011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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