#8B0E1C

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

Shades of Carmine #8B0E1C

Tints of Carmine #8B0E1C

Color information

#8B0E1C (or 0x8B0E1C) is unknown color: approx Carmine. HEX triplet: 8B, 0E and 1C. RGB value is (139,14,28). Sum of RGB (Red+Green+Blue) = 139+14+28=181 (23% of max value = 765). Red value is 139 (54.69% from 255 or 76.80% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0E1C is #74F1E3. Grayscale: #353535. Windows color (decimal): -7664100 or 1838731. OLE color: 1838731.

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

Color convert

RGB1391428-
CMYK00.900.800.45
HSL353.28º81.7%30%-
HSV(B)353.28º89.93%54.51%-
XYZ11.015.891.65-
YUV52.97113.91189.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.80%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=76.80%
G=7.73%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139142800.900.800.45353.2881.730
Hex8BE1C05A502D161521e
Octal213163401321205554112236
Binary10001011111011100010110101010000101101101100001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,28); }

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

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

 a { background-color: rgb(139,14,28); }

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

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

 span { border-color: rgb(139,14,28); }

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