Html Css Color HEX #090004 Rustic Red

📋 copy color: '#090004'

red 9 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #090004

Tints of Rustic Red #090004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 30.77%

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.96

RGB Variations

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

Color information

#090004 (or 0x090004) is known color: Rustic Red. HEX triplet: 09, 00 and 04. RGB value is (9,0,4). Sum of RGB (Red+Green+Blue) = 9+0+4=13 (1% of max value = 765). Red value is 9 (3.91% from 255 or 69.23% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 9 - color contains mainly: red. Hex color #090004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090004 is #F6FFFB. Grayscale: #030303. Windows color (decimal): -16187388 or 262153. OLE color: 262153.

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

Color convert

RGB 9 0 4 -
CMYK 0 1 0.56 0.96
HSL 333.33º 1% 0.02% -
HSV(B) 333.33º 1% 0.04% -
XYZ 0.13 0.07 0.12 -
YUV 3.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 9 0 4 0 1 0.56 0.96 333.33 1 0.02
Hex 9 0 4 0 64 38 60 14D 64 2
Octal 11 0 4 0 144 70 140 515 144 2
Binary 1001 0 100 0 1100100 111000 1100000 101001101 1100100 10

Color Harmonies of #090004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090004

Black with #090004

Text Example


Text Example

White with #090004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090004; }

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

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

background-color css

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

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

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

border-color css

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

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

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