#8B0F1F

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

Shades of Carmine #8B0F1F

Tints of Carmine #8B0F1F

Color information

#8B0F1F (or 0x8B0F1F) is unknown color: approx Carmine. HEX triplet: 8B, 0F and 1F. RGB value is (139,15,31). Sum of RGB (Red+Green+Blue) = 139+15+31=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F1F is #74F0E0. Grayscale: #353535. Windows color (decimal): -7663841 or 2035595. OLE color: 2035595.

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

Color convert

RGB1391531-
CMYK00.890.780.45
HSL352.26º80.52%30.2%-
HSV(B)352.26º89.21%54.51%-
XYZ11.075.931.86-
YUV53.9115.08188.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.14%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=75.14%
G=8.11%
B=16.76%

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
Decimal139153100.890.780.45352.2680.5230.2
Hex8BF1F0594E2D160511e
Octal213173701311165554012136
Binary10001011111111111010110011001110101101101100000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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