#090405

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

Shades of Rustic Red #090405

Tints of Rustic Red #090405

Color information

#090405 (or 0x090405) is unknown color: approx Rustic Red. HEX triplet: 09, 04 and 05. RGB value is (9,4,5). Sum of RGB (Red+Green+Blue) = 9+4+5=18 (2% of max value = 765). Red value is 9 (3.91% from 255 or 50% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 9 - color contains mainly: red. Hex color #090405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090405 is #F6FBFA. Grayscale: #050505. Windows color (decimal): -16186363 or 328713. OLE color: 328713.

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

Color convert

RGB945-
CMYK00.560.440.96
HSL348º38.46%2.55%-
HSV(B)348º55.56%3.53%-
XYZ0.180.160.16-
YUV5.61127.66130.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 22.22%
BLUE value IS 5 (2.34% from 255) = 27.78%
R=50%
G=22.22%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal94500.560.440.9634838.462.55
Hex9450382C6015c263
Octal114507054140534463
Binary10011001010111000101100110000010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090405; }

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

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

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

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

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

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

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

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