Html Css Color HEX #291116 Rustic Red

📋 copy color: '#291116'

red 41 ◦ green 17 ◦ blue 22

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

Shades of Rustic Red #291116

Tints of Rustic Red #291116

RGB

 RED value IS 41 (16.41% from 255) = 51.25%

 GREEN value IS 17 (7.03% from 255) = 21.25%

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

R = 51.25%
G = 21.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.84

RGB Variations

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

Color information

#291116 (or 0x291116) is known color: Rustic Red. HEX triplet: 29, 11 and 16. RGB value is (41,17,22). Sum of RGB (Red+Green+Blue) = 41+17+22=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #291116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291116 is #D6EEE9. Grayscale: #181818. Windows color (decimal): -14085866 or 1446185. OLE color: 1446185.

HSL color Cylindrical-coordinate representation of color #291116: hue angle of 347.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291116 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 17 22 -
CMYK 0 0.59 0.46 0.84
HSL 347.5º 0.41% 0.11% -
HSV(B) 347.5º 0.59% 0.16% -
XYZ 1.26 0.93 0.87 -
YUV 24.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 41 17 22 0 0.59 0.46 0.84 347.5 0.41 0.11
Hex 29 11 16 0 3B 2E 54 15C 29 B
Octal 51 21 26 0 73 56 124 534 51 13
Binary 101001 10001 10110 0 111011 101110 1010100 101011100 101001 1011

Color Harmonies of #291116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291116

Black with #291116

Text Example


Text Example

White with #291116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291116; }

 p { color: rgb(41,17,22); }

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

background-color css

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

 a { background-color: rgb(41,17,22); }

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

border-color css

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

 span { border-color: rgb(41,17,22); }

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