#8B0415

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

Shades of Carmine #8B0415

Tints of Carmine #8B0415

Color information

#8B0415 (or 0x8B0415) is unknown color: approx Carmine. HEX triplet: 8B, 04 and 15. RGB value is (139,4,21). Sum of RGB (Red+Green+Blue) = 139+4+21=164 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.76% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0415 is #74FBEA. Grayscale: #2E2E2E. Windows color (decimal): -7666667 or 1377419. OLE color: 1377419.

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

Color convert

RGB139421-
CMYK00.970.850.45
HSL352.44º94.41%28.04%-
HSV(B)352.44º97.12%54.51%-
XYZ10.835.631.23-
YUV46.3113.73194.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 84.76%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=84.76%
G=2.44%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13942100.970.850.45352.4494.4128.04
Hex8B415061552D1605e1c
Octal21342501411255554013634
Binary1000101110010101011000011010101101101101100000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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