Html Css Color HEX #161314 Rustic Red

📋 copy color: '#161314'

red 22 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #161314

Tints of Rustic Red #161314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.15%

 BLUE value IS 20 (8.2% from 255) = 32.79%

R = 36.07%
G = 31.15%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#161314 (or 0x161314) is known color: Rustic Red. HEX triplet: 16, 13 and 14. RGB value is (22,19,20). Sum of RGB (Red+Green+Blue) = 22+19+20=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 22 - color contains mainly: red. Hex color #161314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161314 is #E9ECEB. Grayscale: #141414. Windows color (decimal): -15330540 or 1315606. OLE color: 1315606.

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

Color convert

RGB 22 19 20 -
CMYK 0 0.14 0.09 0.91
HSL 340º 0.07% 0.08% -
HSV(B) 340º 0.14% 0.09% -
XYZ 0.69 0.69 0.76 -
YUV 20.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 22 19 20 0 0.14 0.09 0.91 340 0.07 0.08
Hex 16 13 14 0 E 9 5B 154 7 8
Octal 26 23 24 0 16 11 133 524 7 10
Binary 10110 10011 10100 0 1110 1001 1011011 101010100 111 1000

Color Harmonies of #161314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161314

Black with #161314

Text Example


Text Example

White with #161314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161314; }

 p { color: rgb(22,19,20); }

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

background-color css

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

 a { background-color: rgb(22,19,20); }

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

border-color css

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

 span { border-color: rgb(22,19,20); }

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