Html Css Color HEX #8B0302 Dark Red

📋 copy color: '#8B0302'

red 139 ◦ green 3 ◦ blue 2

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

Shades of Dark Red #8B0302

Tints of Dark Red #8B0302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 96.53%
G = 2.08%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B0302 (or 0x8B0302) is known color: Dark Red. HEX triplet: 8B, 03 and 02. RGB value is (139,3,2). Sum of RGB (Red+Green+Blue) = 139+3+2=144 (19% of max value = 765). Red value is 139 (54.69% from 255 or 96.53% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0302 is #74FCFD. Grayscale: #2B2B2B. Windows color (decimal): -7666942 or 131979. OLE color: 131979.

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

Color convert

RGB 139 3 2 -
CMYK 0 0.98 0.99 0.45
HSL 0.44º 0.97% 0.28% -
HSV(B) 0.44º 0.99% 0.55% -
XYZ 10.69 5.56 0.57 -
YUV 43.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 139 3 2 0 0.98 0.99 0.45 0.44 0.97 0.28
Hex 8B 3 2 0 62 63 2D 0 61 1C
Octal 213 3 2 0 142 143 55 0 141 34
Binary 10001011 11 10 0 1100010 1100011 101101 0 1100001 11100

Color Harmonies of #8B0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0302

Black with #8B0302

Text Example


Text Example

White with #8B0302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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