Html Css Color HEX #090205 Rustic Red

📋 copy color: '#090205'

red 9 ◦ green 2 ◦ blue 5

#090205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #090205

Tints of Rustic Red #090205

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 value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.96

RGB Variations

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

Color information

#090205 (or 0x090205) is known color: 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

RGB 9 2 5 -
CMYK 0 0.78 0.44 0.96
HSL 334.29º 0.64% 0.02% -
HSV(B) 334.29º 0.78% 0.04% -
XYZ 0.16 0.11 0.16 -
YUV 4.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 9 2 5 0 0.78 0.44 0.96 334.29 0.64 0.02
Hex 9 2 5 0 4E 2C 60 14E 40 2
Octal 11 2 5 0 116 54 140 516 100 2
Binary 1001 10 101 0 1001110 101100 1100000 101001110 1000000 10

Color Harmonies of #090205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090205

Black with #090205

Text Example


Text Example

White with #090205

Text Example


Text Example

HTML Codes & Css Web 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>