Html Css Color HEX #160009 Rustic Red

📋 copy color: '#160009'

red 22 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #160009

Tints of Rustic Red #160009

RGB

 RED value IS 22 (8.98% from 255) = 70.97%

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

 BLUE value IS 9 (3.91% from 255) = 29.03%

R = 70.97%
G = 0%
B = 29.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.91

RGB Variations

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

Color information

#160009 (or 0x160009) is known color: Rustic Red. HEX triplet: 16, 00 and 09. RGB value is (22,0,9). Sum of RGB (Red+Green+Blue) = 22+0+9=31 (4% of max value = 765). Red value is 22 (8.98% from 255 or 70.97% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 22 - color contains mainly: red. Hex color #160009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160009 is #E9FFF6. Grayscale: #070707. Windows color (decimal): -15335415 or 589846. OLE color: 589846.

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

Color convert

RGB 22 0 9 -
CMYK 0 1 0.59 0.91
HSL 335.45º 1% 0.04% -
HSV(B) 335.45º 1% 0.09% -
XYZ 0.38 0.19 0.28 -
YUV 7.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 22 0 9 0 1 0.59 0.91 335.45 1 0.04
Hex 16 0 9 0 64 3B 5B 14F 64 4
Octal 26 0 11 0 144 73 133 517 144 4
Binary 10110 0 1001 0 1100100 111011 1011011 101001111 1100100 100

Color Harmonies of #160009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160009

Black with #160009

Text Example


Text Example

White with #160009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160009; }

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

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

background-color css

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

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

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

border-color css

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

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

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