#8B111D

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

Shades of Carmine #8B111D

Tints of Carmine #8B111D

Color information

#8B111D (or 0x8B111D) is unknown color: approx Carmine. HEX triplet: 8B, 11 and 1D. RGB value is (139,17,29). Sum of RGB (Red+Green+Blue) = 139+17+29=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B111D is #74EEE2. Grayscale: #363636. Windows color (decimal): -7663331 or 1905035. OLE color: 1905035.

HSL color Cylindrical-coordinate representation of color #8B111D: hue angle of 354.1º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B111D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1391729-
CMYK00.880.790.45
HSL354.1º78.21%30.59%-
HSV(B)354.1º87.77%54.51%-
XYZ11.075.981.73-
YUV54.85113.42188.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.14%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=75.14%
G=9.19%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139172900.880.790.45354.178.2130.59
Hex8B111D0584F2D1624e1f
Octal213213501301175554211637
Binary100010111000111101010110001001111101101101100010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,17,29); }

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

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

 a { background-color: rgb(139,17,29); }

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

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

 span { border-color: rgb(139,17,29); }

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