Html Css Color HEX #090001 Rustic Red

📋 copy color: '#090001'

red 9 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #090001

Tints of Rustic Red #090001

RGB

 RED value IS 9 (3.91% from 255) = 90%

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

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

R = 90%
G = 0%
B = 10%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.96

RGB Variations

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

Color information

#090001 (or 0x090001) is known color: Rustic Red. HEX triplet: 09, 00 and 01. RGB value is (9,0,1). Sum of RGB (Red+Green+Blue) = 9+0+1=10 (1% of max value = 765). Red value is 9 (3.91% from 255 or 90% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 9 - color contains mainly: red. Hex color #090001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090001 is #F6FFFE. Grayscale: #020202. Windows color (decimal): -16187391 or 65545. OLE color: 65545.

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

Color convert

RGB 9 0 1 -
CMYK 0 1 0.89 0.96
HSL 353.33º 1% 0.02% -
HSV(B) 353.33º 1% 0.04% -
XYZ 0.12 0.06 0.03 -
YUV 2.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 9 0 1 0 1 0.89 0.96 353.33 1 0.02
Hex 9 0 1 0 64 59 60 161 64 2
Octal 11 0 1 0 144 131 140 541 144 2
Binary 1001 0 1 0 1100100 1011001 1100000 101100001 1100100 10

Color Harmonies of #090001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090001

Black with #090001

Text Example


Text Example

White with #090001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090001; }

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

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

background-color css

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

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

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

border-color css

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

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

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