#090004

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

Shades of Rustic Red #090004

Tints of Rustic Red #090004

Color information

#090004 (or 0x090004) is unknown color: approx Rustic Red. HEX triplet: 09, 00 and 04. RGB value is (9,0,4). Sum of RGB (Red+Green+Blue) = 9+0+4=13 (1% of max value = 765). Red value is 9 (3.91% from 255 or 69.23% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 9 - color contains mainly: red. Hex color #090004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090004 is #F6FFFB. Grayscale: #030303. Windows color (decimal): -16187388 or 262153. OLE color: 262153.

HSL color Cylindrical-coordinate representation of color #090004: hue angle of 333.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 #090004 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.96.

Color convert

RGB904-
CMYK010.560.96
HSL333.33º100%1.76%-
HSV(B)333.33º100%3.53%-
XYZ0.130.070.12-
YUV3.15128.48132.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 69.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 30.77%
R=69.23%
G=0%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal904010.560.96333.331001.76
Hex904064386014d642
Octal11040144701405151442
Binary10010100011001001110001100000101001101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090004; }

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

 H1.HeaderClassName
 {
   color: #090004;
 }
 .AnyTagClassName
 {
   color: #090004;
 }
</style>
background-color css

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

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

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

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

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

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