#8A0E1E

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

Shades of Carmine #8A0E1E

Tints of Carmine #8A0E1E

Color information

#8A0E1E (or 0x8A0E1E) is unknown color: approx Carmine. HEX triplet: 8A, 0E and 1E. RGB value is (138,14,30). Sum of RGB (Red+Green+Blue) = 138+14+30=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0E1E is #75F1E1. Grayscale: #343434. Windows color (decimal): -7729634 or 1969802. OLE color: 1969802.

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

Color convert

RGB1381430-
CMYK00.900.780.46
HSL352.26º81.58%29.8%-
HSV(B)352.26º89.86%54.12%-
XYZ10.875.811.78-
YUV52.9115.08188.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.82%
GREEN value IS 14 (5.86% from 255) = 7.69%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=75.82%
G=7.69%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138143000.900.780.46352.2681.5829.8
Hex8AE1E05A4E2E160521e
Octal212163601321165654012236
Binary10001010111011110010110101001110101110101100000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,14,30); }

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

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

 a { background-color: rgb(138,14,30); }

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

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

 span { border-color: rgb(138,14,30); }

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