#8b121b

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

Shades of Carmine #8B121B

Tints of Carmine #8B121B

Color information

#8B121B (or 0x8B121B) is unknown color: approx Carmine. HEX triplet: 8B, 12 and 1B. RGB value is (139,18,27). Sum of RGB (Red+Green+Blue) = 139+18+27=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B121B is #74EDE4. Grayscale: #373737. Windows color (decimal): -7663077 or 1774219. OLE color: 1774219.

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

Color convert

RGB1391827-
CMYK00.870.810.45
HSL355.54º77.07%30.78%-
HSV(B)355.54º87.05%54.51%-
XYZ11.0661.61-
YUV55.2112.09187.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.54%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=75.54%
G=9.78%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139182700.870.810.45355.5477.0730.78
Hex8B121B057512D1644d1f
Octal213223301271215554411537
Binary100010111001011011010101111010001101101101100100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b121b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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