#8a0715

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

Shades of Carmine #8A0715

Tints of Carmine #8A0715

Color information

#8A0715 (or 0x8A0715) is unknown color: approx Carmine. HEX triplet: 8A, 07 and 15. RGB value is (138,7,21). Sum of RGB (Red+Green+Blue) = 138+7+21=166 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.13% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0715 is #75F8EA. Grayscale: #2F2F2F. Windows color (decimal): -7731435 or 1378186. OLE color: 1378186.

HSL color Cylindrical-coordinate representation of color #8A0715: hue angle of 353.59º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0715 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB138721-
CMYK00.950.850.46
HSL353.59º90.34%28.43%-
HSV(B)353.59º94.93%54.12%-
XYZ10.695.611.23-
YUV47.76112.9192.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 83.13%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=83.13%
G=4.22%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13872100.950.850.46353.5990.3428.43
Hex8A71505F552E1625a1c
Octal21272501371255654213234
Binary1000101011110101010111111010101101110101100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,21); }

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

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

 a { background-color: rgb(138,7,21); }

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

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

 span { border-color: rgb(138,7,21); }

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