#8B0215

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

Shades of Carmine #8B0215

Tints of Carmine #8B0215

Color information

#8B0215 (or 0x8B0215) is unknown color: approx Carmine. HEX triplet: 8B, 02 and 15. RGB value is (139,2,21). Sum of RGB (Red+Green+Blue) = 139+2+21=162 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.80% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0215 is #74FDEA. Grayscale: #2D2D2D. Windows color (decimal): -7667179 or 1376907. OLE color: 1376907.

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

Color convert

RGB139221-
CMYK00.990.850.45
HSL351.68º97.16%27.65%-
HSV(B)351.68º98.56%54.51%-
XYZ10.85.591.22-
YUV45.13114.39194.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 85.80%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=85.80%
G=1.23%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13922100.990.850.45351.6897.1627.65
Hex8B215063552D160611c
Octal21322501431255554014134
Binary100010111010101011000111010101101101101100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,2,21); }

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

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

 a { background-color: rgb(139,2,21); }

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

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

 span { border-color: rgb(139,2,21); }

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