#8B0D1D

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

Shades of Carmine #8B0D1D

Tints of Carmine #8B0D1D

Color information

#8B0D1D (or 0x8B0D1D) is unknown color: approx Carmine. HEX triplet: 8B, 0D and 1D. RGB value is (139,13,29). Sum of RGB (Red+Green+Blue) = 139+13+29=181 (23% of max value = 765). Red value is 139 (54.69% from 255 or 76.80% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D1D is #74F2E2. Grayscale: #343434. Windows color (decimal): -7664355 or 1904011. OLE color: 1904011.

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

Color convert

RGB1391329-
CMYK00.910.790.45
HSL352.38º82.89%29.8%-
HSV(B)352.38º90.65%54.51%-
XYZ11.015.871.71-
YUV52.5114.74189.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.80%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=76.80%
G=7.18%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139132900.910.790.45352.3882.8929.8
Hex8BD1D05B4F2D160531e
Octal213153501331175554012336
Binary10001011110111101010110111001111101101101100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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