Html Css Color HEX #160006 Rustic Red

📋 copy color: '#160006'

red 22 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #160006

Tints of Rustic Red #160006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 21.43%

R = 78.57%
G = 0%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#160006 (or 0x160006) is known color: Rustic Red. HEX triplet: 16, 00 and 06. RGB value is (22,0,6). Sum of RGB (Red+Green+Blue) = 22+0+6=28 (3% of max value = 765). Red value is 22 (8.98% from 255 or 78.57% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 22 - color contains mainly: red. Hex color #160006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160006 is #E9FFF9. Grayscale: #070707. Windows color (decimal): -15335418 or 393238. OLE color: 393238.

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

Color convert

RGB 22 0 6 -
CMYK 0 1 0.73 0.91
HSL 343.64º 1% 0.04% -
HSV(B) 343.64º 1% 0.09% -
XYZ 0.36 0.18 0.19 -
YUV 7.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 22 0 6 0 1 0.73 0.91 343.64 1 0.04
Hex 16 0 6 0 64 49 5B 158 64 4
Octal 26 0 6 0 144 111 133 530 144 4
Binary 10110 0 110 0 1100100 1001001 1011011 101011000 1100100 100

Color Harmonies of #160006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160006

Black with #160006

Text Example


Text Example

White with #160006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160006; }

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

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

background-color css

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

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

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

border-color css

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

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

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