#8B0F1E

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

Shades of Carmine #8B0F1E

Tints of Carmine #8B0F1E

Color information

#8B0F1E (or 0x8B0F1E) is unknown color: approx Carmine. HEX triplet: 8B, 0F and 1E. RGB value is (139,15,30). Sum of RGB (Red+Green+Blue) = 139+15+30=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F1E is #74F0E1. Grayscale: #353535. Windows color (decimal): -7663842 or 1970059. OLE color: 1970059.

HSL color Cylindrical-coordinate representation of color #8B0F1E: hue angle of 352.74º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F1E is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB1391530-
CMYK00.890.780.45
HSL352.74º80.52%30.2%-
HSV(B)352.74º89.21%54.51%-
XYZ11.055.921.79-
YUV53.79114.58188.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.54%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=75.54%
G=8.15%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139153000.890.780.45352.7480.5230.2
Hex8BF1E0594E2D161511e
Octal213173601311165554112136
Binary10001011111111110010110011001110101101101100001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,30); }

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

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

 a { background-color: rgb(139,15,30); }

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

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

 span { border-color: rgb(139,15,30); }

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