#8B011B

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

Shades of Carmine #8B011B

Tints of Carmine #8B011B

Color information

#8B011B (or 0x8B011B) is unknown color: approx Carmine. HEX triplet: 8B, 01 and 1B. RGB value is (139,1,27). Sum of RGB (Red+Green+Blue) = 139+1+27=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B011B is #74FEE4. Grayscale: #2D2D2D. Windows color (decimal): -7667429 or 1769867. OLE color: 1769867.

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

Color convert

RGB139127-
CMYK00.990.810.45
HSL348.7º98.57%27.45%-
HSV(B)348.7º99.28%54.51%-
XYZ10.865.591.54-
YUV45.23117.72194.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.23%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=83.23%
G=0.60%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912700.990.810.45348.798.5727.45
Hex8B11B063512D15d631b
Octal21313301431215553514333
Binary10001011111011011000111010001101101101011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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