#8B0F1B

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

Shades of Carmine #8B0F1B

Tints of Carmine #8B0F1B

Color information

#8B0F1B (or 0x8B0F1B) is unknown color: approx Carmine. HEX triplet: 8B, 0F and 1B. RGB value is (139,15,27). Sum of RGB (Red+Green+Blue) = 139+15+27=181 (23% of max value = 765). Red value is 139 (54.69% from 255 or 76.80% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F1B is #74F0E4. Grayscale: #353535. Windows color (decimal): -7663845 or 1773451. OLE color: 1773451.

HSL color Cylindrical-coordinate representation of color #8B0F1B: hue angle of 354.19º 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 #8B0F1B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1391527-
CMYK00.890.810.45
HSL354.19º80.52%30.2%-
HSV(B)354.19º89.21%54.51%-
XYZ11.025.911.6-
YUV53.44113.08189.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.80%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=76.80%
G=8.29%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139152700.890.810.45354.1980.5230.2
Hex8BF1B059512D162511e
Octal213173301311215554212136
Binary10001011111111011010110011010001101101101100010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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