Html Css Color HEX #090206 Rustic Red

📋 copy color: '#090206'

red 9 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #090206

Tints of Rustic Red #090206

RGB

 RED value IS 9 (3.91% from 255) = 52.94%

 GREEN value IS 2 (1.17% from 255) = 11.76%

 BLUE value IS 6 (2.73% from 255) = 35.29%

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.96

RGB Variations

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

Color information

#090206 (or 0x090206) is known color: Rustic Red. HEX triplet: 09, 02 and 06. RGB value is (9,2,6). Sum of RGB (Red+Green+Blue) = 9+2+6=17 (2% of max value = 765). Red value is 9 (3.91% from 255 or 52.94% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 9 - color contains mainly: red. Hex color #090206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090206 is #F6FDF9. Grayscale: #040404. Windows color (decimal): -16186874 or 393737. OLE color: 393737.

HSL color Cylindrical-coordinate representation of color #090206: hue angle of 325.71º 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 #090206 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 2 6 -
CMYK 0 0.78 0.33 0.96
HSL 325.71º 0.64% 0.02% -
HSV(B) 325.71º 0.78% 0.04% -
XYZ 0.17 0.11 0.19 -
YUV 4.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 9 2 6 0 0.78 0.33 0.96 325.71 0.64 0.02
Hex 9 2 6 0 4E 21 60 146 40 2
Octal 11 2 6 0 116 41 140 506 100 2
Binary 1001 10 110 0 1001110 100001 1100000 101000110 1000000 10

Color Harmonies of #090206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090206

Black with #090206

Text Example


Text Example

White with #090206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090206; }

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

 H1.HeaderClassName
 {
   color: #090206;
 }
 .AnyTagClassName
 {
   color: #090206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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