#090506

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

Shades of Rustic Red #090506

Tints of Rustic Red #090506

Color information

#090506 (or 0x090506) is unknown color: approx Rustic Red. HEX triplet: 09, 05 and 06. RGB value is (9,5,6). Sum of RGB (Red+Green+Blue) = 9+5+6=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 9 - color contains mainly: red. Hex color #090506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090506 is #F6FAF9. Grayscale: #060606. Windows color (decimal): -16186106 or 394505. OLE color: 394505.

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

Color convert

RGB956-
CMYK00.440.330.96
HSL345º28.57%2.75%-
HSV(B)345º44.44%3.53%-
XYZ0.20.180.2-
YUV6.31127.83129.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 45%
GREEN value IS 5 (2.34% from 255) = 25%
BLUE value IS 6 (2.73% from 255) = 30%
R=45%
G=25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal95600.440.330.9634528.572.75
Hex95602C21601591d3
Octal115605441140531353
Binary1001101110010110010000111000001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090506; }

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

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

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

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

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

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

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

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