#8A0A1D

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

Shades of Carmine #8A0A1D

Tints of Carmine #8A0A1D

Color information

#8A0A1D (or 0x8A0A1D) is unknown color: approx Carmine. HEX triplet: 8A, 0A and 1D. RGB value is (138,10,29). Sum of RGB (Red+Green+Blue) = 138+10+29=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A1D is #75F5E2. Grayscale: #323232. Windows color (decimal): -7730659 or 1903242. OLE color: 1903242.

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

Color convert

RGB1381029-
CMYK00.930.790.46
HSL351.09º86.49%29.02%-
HSV(B)351.09º92.75%54.12%-
XYZ10.815.711.69-
YUV50.44115.91190.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.97%
GREEN value IS 10 (4.30% from 255) = 5.65%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=77.97%
G=5.65%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138102900.930.790.46351.0986.4929.02
Hex8AA1D05D4F2E15f561d
Octal212123501351175653712635
Binary10001010101011101010111011001111101110101011111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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