Html Css Color HEX #8B0B02 Dark Red

📋 copy color: '#8B0B02'

red 139 ◦ green 11 ◦ blue 2

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

Shades of Dark Red #8B0B02

Tints of Dark Red #8B0B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 91.45%
G = 7.24%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B0B02 (or 0x8B0B02) is known color: Dark Red. HEX triplet: 8B, 0B and 02. RGB value is (139,11,2). Sum of RGB (Red+Green+Blue) = 139+11+2=152 (20% of max value = 765). Red value is 139 (54.69% from 255 or 91.45% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B02 is #74F4FD. Grayscale: #303030. Windows color (decimal): -7664894 or 134027. OLE color: 134027.

HSL color Cylindrical-coordinate representation of color #8B0B02: hue angle of 3.94º 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 #8B0B02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 11 2 -
CMYK 0 0.92 0.99 0.45
HSL 3.94º 0.97% 0.28% -
HSV(B) 3.94º 0.99% 0.55% -
XYZ 10.78 5.73 0.6 -
YUV 48.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 139 11 2 0 0.92 0.99 0.45 3.94 0.97 0.28
Hex 8B B 2 0 5C 63 2D 4 61 1C
Octal 213 13 2 0 134 143 55 4 141 34
Binary 10001011 1011 10 0 1011100 1100011 101101 100 1100001 11100

Color Harmonies of #8B0B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B02

Black with #8B0B02

Text Example


Text Example

White with #8B0B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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