Html Css Color HEX #8B0C01 Dark Red

📋 copy color: '#8B0C01'

red 139 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #8B0C01

Tints of Dark Red #8B0C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 91.45%
G = 7.89%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B0C01 (or 0x8B0C01) is known color: Dark Red. HEX triplet: 8B, 0C and 01. RGB value is (139,12,1). Sum of RGB (Red+Green+Blue) = 139+12+1=152 (20% of max value = 765). Red value is 139 (54.69% from 255 or 91.45% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C01 is #74F3FE. Grayscale: #303030. Windows color (decimal): -7664639 or 68747. OLE color: 68747.

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

Color convert

RGB 139 12 1 -
CMYK 0 0.91 0.99 0.45
HSL 4.78º 0.99% 0.27% -
HSV(B) 4.78º 0.99% 0.55% -
XYZ 10.78 5.75 0.57 -
YUV 48.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 139 12 1 0 0.91 0.99 0.45 4.78 0.99 0.27
Hex 8B C 1 0 5B 63 2D 5 63 1B
Octal 213 14 1 0 133 143 55 5 143 33
Binary 10001011 1100 1 0 1011011 1100011 101101 101 1100011 11011

Color Harmonies of #8B0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C01

Black with #8B0C01

Text Example


Text Example

White with #8B0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,1); }

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

background-color css

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

 a { background-color: rgb(139,12,1); }

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

border-color css

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

 span { border-color: rgb(139,12,1); }

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