#090002

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

Shades of Rustic Red #090002

Tints of Rustic Red #090002

Color information

#090002 (or 0x090002) is unknown color: approx Rustic Red. HEX triplet: 09, 00 and 02. RGB value is (9,0,2). Sum of RGB (Red+Green+Blue) = 9+0+2=11 (1% of max value = 765). Red value is 9 (3.91% from 255 or 81.82% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 9 - color contains mainly: red. Hex color #090002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090002 is #F6FFFD. Grayscale: #020202. Windows color (decimal): -16187390 or 131081. OLE color: 131081.

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

Color convert

RGB902-
CMYK010.780.96
HSL346.67º100%1.76%-
HSV(B)346.67º100%3.53%-
XYZ0.120.060.06-
YUV2.92127.48132.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 81.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 18.18%
R=81.82%
G=0%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal902010.780.96346.671001.76
Hex9020644E6015b642
Octal110201441161405331442
Binary10010100110010010011101100000101011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090002; }

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

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

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

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

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

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

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

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