#8B051D

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

Shades of Carmine #8B051D

Tints of Carmine #8B051D

Color information

#8B051D (or 0x8B051D) is unknown color: approx Carmine. HEX triplet: 8B, 05 and 1D. RGB value is (139,5,29). Sum of RGB (Red+Green+Blue) = 139+5+29=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B051D is #74FAE2. Grayscale: #2F2F2F. Windows color (decimal): -7666403 or 1901963. OLE color: 1901963.

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

Color convert

RGB139529-
CMYK00.960.790.45
HSL349.25º93.06%28.24%-
HSV(B)349.25º96.4%54.51%-
XYZ10.925.691.68-
YUV47.8117.39193.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=80.35%
G=2.89%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13952900.960.790.45349.2593.0628.24
Hex8B51D0604F2D15d5d1c
Octal21353501401175553513534
Binary1000101110111101011000001001111101101101011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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