Html Css Color HEX #160509 Rustic Red

📋 copy color: '#160509'

red 22 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #160509

Tints of Rustic Red #160509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.89%

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

R = 61.11%
G = 13.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.91

RGB Variations

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

Color information

#160509 (or 0x160509) is known color: Rustic Red. HEX triplet: 16, 05 and 09. RGB value is (22,5,9). Sum of RGB (Red+Green+Blue) = 22+5+9=36 (4% of max value = 765). Red value is 22 (8.98% from 255 or 61.11% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 22 - color contains mainly: red. Hex color #160509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160509 is #E9FAF6. Grayscale: #0A0A0A. Windows color (decimal): -15334135 or 591126. OLE color: 591126.

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

Color convert

RGB 22 5 9 -
CMYK 0 0.77 0.59 0.91
HSL 345.88º 0.63% 0.05% -
HSV(B) 345.88º 0.77% 0.09% -
XYZ 0.43 0.3 0.29 -
YUV 10.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 22 5 9 0 0.77 0.59 0.91 345.88 0.63 0.05
Hex 16 5 9 0 4D 3B 5B 15A 3F 5
Octal 26 5 11 0 115 73 133 532 77 5
Binary 10110 101 1001 0 1001101 111011 1011011 101011010 111111 101

Color Harmonies of #160509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160509

Black with #160509

Text Example


Text Example

White with #160509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160509; }

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

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

background-color css

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

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

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

border-color css

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

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

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