Html Css Color HEX #090002 Rustic Red

📋 copy color: '#090002'

red 9 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #090002

Tints of Rustic Red #090002

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

 M value IS 1

 Y value IS 0.78

 K value IS 0.96

RGB Variations

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

Color information

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

RGB 9 0 2 -
CMYK 0 1 0.78 0.96
HSL 346.67º 1% 0.02% -
HSV(B) 346.67º 1% 0.04% -
XYZ 0.12 0.06 0.06 -
YUV 2.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 9 0 2 0 1 0.78 0.96 346.67 1 0.02
Hex 9 0 2 0 64 4E 60 15B 64 2
Octal 11 0 2 0 144 116 140 533 144 2
Binary 1001 0 10 0 1100100 1001110 1100000 101011011 1100100 10

Color Harmonies of #090002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090002

Black with #090002

Text Example


Text Example

White with #090002

Text Example


Text Example

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