Html Css Color HEX #191516 Rustic Red

📋 copy color: '#191516'

red 25 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #191516

Tints of Rustic Red #191516

RGB

 RED value IS 25 (10.16% from 255) = 36.76%

 GREEN value IS 21 (8.59% from 255) = 30.88%

 BLUE value IS 22 (8.98% from 255) = 32.35%

R = 36.76%
G = 30.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#191516 (or 0x191516) is known color: Rustic Red. HEX triplet: 19, 15 and 16. RGB value is (25,21,22). Sum of RGB (Red+Green+Blue) = 25+21+22=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 25 - color contains mainly: red. Hex color #191516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191516 is #E6EAE9. Grayscale: #161616. Windows color (decimal): -15133418 or 1447193. OLE color: 1447193.

HSL color Cylindrical-coordinate representation of color #191516: hue angle of 345º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #191516 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 21 22 -
CMYK 0 0.16 0.12 0.90
HSL 345º 0.09% 0.09% -
HSV(B) 345º 0.16% 0.1% -
XYZ 0.81 0.8 0.87 -
YUV 22.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 25 21 22 0 0.16 0.12 0.90 345 0.09 0.09
Hex 19 15 16 0 10 C 5A 159 9 9
Octal 31 25 26 0 20 14 132 531 11 11
Binary 11001 10101 10110 0 10000 1100 1011010 101011001 1001 1001

Color Harmonies of #191516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191516

Black with #191516

Text Example


Text Example

White with #191516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191516; }

 p { color: rgb(25,21,22); }

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

background-color css

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

 a { background-color: rgb(25,21,22); }

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

border-color css

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

 span { border-color: rgb(25,21,22); }

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