Html Css Color HEX #8B0502 Dark Red

📋 copy color: '#8B0502'

red 139 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #8B0502

Tints of Dark Red #8B0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 95.21%
G = 3.42%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B0502 (or 0x8B0502) is known color: Dark Red. HEX triplet: 8B, 05 and 02. RGB value is (139,5,2). Sum of RGB (Red+Green+Blue) = 139+5+2=146 (19% of max value = 765). Red value is 139 (54.69% from 255 or 95.21% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0502 is #74FAFD. Grayscale: #2C2C2C. Windows color (decimal): -7666430 or 132491. OLE color: 132491.

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

Color convert

RGB 139 5 2 -
CMYK 0 0.96 0.99 0.45
HSL 1.31º 0.97% 0.28% -
HSV(B) 1.31º 0.99% 0.55% -
XYZ 10.71 5.6 0.57 -
YUV 44.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 139 5 2 0 0.96 0.99 0.45 1.31 0.97 0.28
Hex 8B 5 2 0 60 63 2D 1 61 1C
Octal 213 5 2 0 140 143 55 1 141 34
Binary 10001011 101 10 0 1100000 1100011 101101 1 1100001 11100

Color Harmonies of #8B0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0502

Black with #8B0502

Text Example


Text Example

White with #8B0502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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