#090104

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

Shades of Rustic Red #090104

Tints of Rustic Red #090104

Color information

#090104 (or 0x090104) is unknown color: approx Rustic Red. HEX triplet: 09, 01 and 04. RGB value is (9,1,4). Sum of RGB (Red+Green+Blue) = 9+1+4=14 (1% of max value = 765). Red value is 9 (3.91% from 255 or 64.29% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 9 - color contains mainly: red. Hex color #090104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090104 is #F6FEFB. Grayscale: #030303. Windows color (decimal): -16187132 or 262409. OLE color: 262409.

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

Color convert

RGB914-
CMYK00.890.560.96
HSL337.5º80%1.96%-
HSV(B)337.5º88.89%3.53%-
XYZ0.150.090.12-
YUV3.73128.15131.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 64.29%
GREEN value IS 1 (0.78% from 255) = 7.14%
BLUE value IS 4 (1.95% from 255) = 28.57%
R=64.29%
G=7.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal91400.890.560.96337.5801.96
Hex9140593860152502
Octal11140131701405221202
Binary10011100010110011110001100000101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090104; }

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

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

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

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

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

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

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

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