#8B1202

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

Shades of Dark Red #8B1202

Tints of Dark Red #8B1202

Color information

#8B1202 (or 0x8B1202) is unknown color: approx Dark Red. HEX triplet: 8B, 12 and 02. RGB value is (139,18,2). Sum of RGB (Red+Green+Blue) = 139+18+2=159 (21% of max value = 765). Red value is 139 (54.69% from 255 or 87.42% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1202 is #74EDFD. Grayscale: #343434. Windows color (decimal): -7663102 or 135819. OLE color: 135819.

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

Color convert

RGB139182-
CMYK00.870.990.45
HSL7.01º97.16%27.65%-
HSV(B)7.01º98.56%54.51%-
XYZ10.875.930.63-
YUV52.3699.59189.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 87.42%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=87.42%
G=11.32%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13918200.870.990.457.0197.1627.65
Hex8B122057632D7611c
Octal213222012714355714134
Binary100010111001010010101111100011101101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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