#8B0A1B

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

Shades of Carmine #8B0A1B

Tints of Carmine #8B0A1B

Color information

#8B0A1B (or 0x8B0A1B) is unknown color: approx Carmine. HEX triplet: 8B, 0A and 1B. RGB value is (139,10,27). Sum of RGB (Red+Green+Blue) = 139+10+27=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0A1B is #74F5E4. Grayscale: #323232. Windows color (decimal): -7665125 or 1772171. OLE color: 1772171.

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

Color convert

RGB1391027-
CMYK00.930.810.45
HSL352.09º86.58%29.22%-
HSV(B)352.09º92.81%54.51%-
XYZ10.955.791.58-
YUV50.51114.74191.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.98%
GREEN value IS 10 (4.30% from 255) = 5.68%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=78.98%
G=5.68%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139102700.930.810.45352.0986.5829.22
Hex8BA1B05D512D160571d
Octal213123301351215554012735
Binary10001011101011011010111011010001101101101100000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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