#090001

Color #090001 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #090001

Tints of Rustic Red #090001

Color information

#090001 (or 0x090001) is unknown color: approx 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

RGB901-
CMYK010.890.96
HSL353.33º100%1.76%-
HSV(B)353.33º100%3.53%-
XYZ0.120.060.03-
YUV2.8126.98132.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal901010.890.96353.331001.76
Hex9010645960161642
Octal110101441311405411442
Binary1001010110010010110011100000101100001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>