Html Css Color HEX #191011 Rustic Red

📋 copy color: '#191011'

red 25 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #191011

Tints of Rustic Red #191011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.59%

 BLUE value IS 17 (7.03% from 255) = 29.31%

R = 43.1%
G = 27.59%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#191011 (or 0x191011) is known color: Rustic Red. HEX triplet: 19, 10 and 11. RGB value is (25,16,17). Sum of RGB (Red+Green+Blue) = 25+16+17=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #191011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191011 is #E6EFEE. Grayscale: #121212. Windows color (decimal): -15134703 or 1118233. OLE color: 1118233.

HSL color Cylindrical-coordinate representation of color #191011: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191011 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 16 17 -
CMYK 0 0.36 0.32 0.90
HSL 353.33º 0.22% 0.08% -
HSV(B) 353.33º 0.36% 0.1% -
XYZ 0.69 0.62 0.61 -
YUV 18.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 25 16 17 0 0.36 0.32 0.90 353.33 0.22 0.08
Hex 19 10 11 0 24 20 5A 161 16 8
Octal 31 20 21 0 44 40 132 541 26 10
Binary 11001 10000 10001 0 100100 100000 1011010 101100001 10110 1000

Color Harmonies of #191011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191011

Black with #191011

Text Example


Text Example

White with #191011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191011; }

 p { color: rgb(25,16,17); }

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

background-color css

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

 a { background-color: rgb(25,16,17); }

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

border-color css

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

 span { border-color: rgb(25,16,17); }

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