#8B0A19

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

Shades of Carmine #8B0A19

Tints of Carmine #8B0A19

Color information

#8B0A19 (or 0x8B0A19) is unknown color: approx Carmine. HEX triplet: 8B, 0A and 19. RGB value is (139,10,25). Sum of RGB (Red+Green+Blue) = 139+10+25=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0A19 is #74F5E6. Grayscale: #323232. Windows color (decimal): -7665127 or 1641099. OLE color: 1641099.

HSL color Cylindrical-coordinate representation of color #8B0A19: hue angle of 353.02º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A19 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1391025-
CMYK00.930.820.45
HSL353.02º86.58%29.22%-
HSV(B)353.02º92.81%54.51%-
XYZ10.935.781.46-
YUV50.28113.74191.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=79.89%
G=5.75%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139102500.930.820.45353.0286.5829.22
Hex8BA1905D522D161571d
Octal213123101351225554112735
Binary10001011101011001010111011010010101101101100001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,25); }

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

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

 a { background-color: rgb(139,10,25); }

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

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

 span { border-color: rgb(139,10,25); }

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