Html Css Color HEX #8B0B03 Dark Red

📋 copy color: '#8B0B03'

red 139 ◦ green 11 ◦ blue 3

#8B0B03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #8B0B03

Tints of Dark Red #8B0B03

RGB

 RED value IS 139 (54.69% from 255) = 90.85%

 GREEN value IS 11 (4.69% from 255) = 7.19%

 BLUE value IS 3 (1.56% from 255) = 1.96%

R = 90.85%
G = 7.19%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8B0B03 (or 0x8B0B03) is known color: Dark Red. HEX triplet: 8B, 0B and 03. RGB value is (139,11,3). Sum of RGB (Red+Green+Blue) = 139+11+3=153 (20% of max value = 765). Red value is 139 (54.69% from 255 or 90.85% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B03 is #74F4FC. Grayscale: #303030. Windows color (decimal): -7664893 or 199563. OLE color: 199563.

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

Color convert

RGB 139 11 3 -
CMYK 0 0.92 0.98 0.45
HSL 3.53º 0.96% 0.28% -
HSV(B) 3.53º 0.98% 0.55% -
XYZ 10.78 5.73 0.62 -
YUV 48.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 139 11 3 0 0.92 0.98 0.45 3.53 0.96 0.28
Hex 8B B 3 0 5C 62 2D 4 60 1C
Octal 213 13 3 0 134 142 55 4 140 34
Binary 10001011 1011 11 0 1011100 1100010 101101 100 1100000 11100

Color Harmonies of #8B0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B03

Black with #8B0B03

Text Example


Text Example

White with #8B0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,11,3); }

 H1.HeaderClassName
 {
   color: #8B0B03;
 }
 .AnyTagClassName
 {
   color: #8B0B03;
 }
</style>

background-color css

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

 a { background-color: rgb(139,11,3); }

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

border-color css

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

 span { border-color: rgb(139,11,3); }

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