#8A0915

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

Shades of Carmine #8A0915

Tints of Carmine #8A0915

Color information

#8A0915 (or 0x8A0915) is unknown color: approx Carmine. HEX triplet: 8A, 09 and 15. RGB value is (138,9,21). Sum of RGB (Red+Green+Blue) = 138+9+21=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0915 is #75F6EA. Grayscale: #313131. Windows color (decimal): -7730923 or 1378698. OLE color: 1378698.

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

Color convert

RGB138921-
CMYK00.930.850.46
HSL354.42º87.76%28.82%-
HSV(B)354.42º93.48%54.12%-
XYZ10.715.651.24-
YUV48.94112.24191.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 82.14%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=82.14%
G=5.36%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13892100.930.850.46354.4287.7628.82
Hex8A91505D552E162581d
Octal212112501351255654213035
Binary10001010100110101010111011010101101110101100010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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