Html Css Color HEX #080001 Rustic Red

📋 copy color: '#080001'

red 8 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #080001

Tints of Rustic Red #080001

RGB

 RED value IS 8 (3.52% from 255) = 88.89%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.97

RGB Variations

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

Color information

#080001 (or 0x080001) is known color: Rustic Red. HEX triplet: 08, 00 and 01. RGB value is (8,0,1). Sum of RGB (Red+Green+Blue) = 8+0+1=9 (1% of max value = 765). Red value is 8 (3.52% from 255 or 88.89% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 8 - color contains mainly: red. Hex color #080001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080001 is #F7FFFE. Grayscale: #020202. Windows color (decimal): -16252927 or 65544. OLE color: 65544.

HSL color Cylindrical-coordinate representation of color #080001: hue angle of 352.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080001 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB 8 0 1 -
CMYK 0 1 0.88 0.97
HSL 352.5º 1% 0.02% -
HSV(B) 352.5º 1% 0.03% -
XYZ 0.11 0.05 0.03 -
YUV 2.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 8 0 1 0 1 0.88 0.97 352.5 1 0.02
Hex 8 0 1 0 64 58 61 160 64 2
Octal 10 0 1 0 144 130 141 540 144 2
Binary 1000 0 1 0 1100100 1011000 1100001 101100000 1100100 10

Color Harmonies of #080001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080001

Black with #080001

Text Example


Text Example

White with #080001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080001; }

 p { color: rgb(8,0,1); }

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

background-color css

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

 a { background-color: rgb(8,0,1); }

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

border-color css

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

 span { border-color: rgb(8,0,1); }

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