#090205

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

Shades of Rustic Red #090205

Tints of Rustic Red #090205

Color information

#090205 (or 0x090205) is unknown color: approx Rustic Red. HEX triplet: 09, 02 and 05. RGB value is (9,2,5). Sum of RGB (Red+Green+Blue) = 9+2+5=16 (2% of max value = 765). Red value is 9 (3.91% from 255 or 56.25% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 9 - color contains mainly: red. Hex color #090205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090205 is #F6FDFA. Grayscale: #040404. Windows color (decimal): -16186875 or 328201. OLE color: 328201.

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

Color convert

RGB925-
CMYK00.780.440.96
HSL334.29º63.64%2.16%-
HSV(B)334.29º77.78%3.53%-
XYZ0.160.110.16-
YUV4.43128.32131.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 56.25%
GREEN value IS 2 (1.17% from 255) = 12.5%
BLUE value IS 5 (2.34% from 255) = 31.25%
R=56.25%
G=12.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal92500.780.440.96334.2963.642.16
Hex92504E2C6014e402
Octal11250116541405161002
Binary100110101010011101011001100000101001110100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090205; }

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

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

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

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

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

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

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

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