Html Css Color HEX #090104 Rustic Red

📋 copy color: '#090104'

red 9 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #090104

Tints of Rustic Red #090104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 7.14%

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

R = 64.29%
G = 7.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.96

RGB Variations

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

Color information

#090104 (or 0x090104) is known color: Rustic Red. HEX triplet: 09, 01 and 04. RGB value is (9,1,4). Sum of RGB (Red+Green+Blue) = 9+1+4=14 (1% of max value = 765). Red value is 9 (3.91% from 255 or 64.29% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 9 - color contains mainly: red. Hex color #090104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090104 is #F6FEFB. Grayscale: #030303. Windows color (decimal): -16187132 or 262409. OLE color: 262409.

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

Color convert

RGB 9 1 4 -
CMYK 0 0.89 0.56 0.96
HSL 337.5º 0.8% 0.02% -
HSV(B) 337.5º 0.89% 0.04% -
XYZ 0.15 0.09 0.12 -
YUV 3.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 9 1 4 0 0.89 0.56 0.96 337.5 0.8 0.02
Hex 9 1 4 0 59 38 60 152 50 2
Octal 11 1 4 0 131 70 140 522 120 2
Binary 1001 1 100 0 1011001 111000 1100000 101010010 1010000 10

Color Harmonies of #090104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090104

Black with #090104

Text Example


Text Example

White with #090104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090104; }

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

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

background-color css

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

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

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

border-color css

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

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

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