Html Css Color HEX #291216 Rustic Red

📋 copy color: '#291216'

red 41 ◦ green 18 ◦ blue 22

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

Shades of Rustic Red #291216

Tints of Rustic Red #291216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.22%

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

R = 50.62%
G = 22.22%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.84

RGB Variations

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

Color information

#291216 (or 0x291216) is known color: Rustic Red. HEX triplet: 29, 12 and 16. RGB value is (41,18,22). Sum of RGB (Red+Green+Blue) = 41+18+22=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291216 is #D6EDE9. Grayscale: #191919. Windows color (decimal): -14085610 or 1446441. OLE color: 1446441.

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

Color convert

RGB 41 18 22 -
CMYK 0 0.56 0.46 0.84
HSL 349.57º 0.39% 0.12% -
HSV(B) 349.57º 0.56% 0.16% -
XYZ 1.28 0.96 0.88 -
YUV 25.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 41 18 22 0 0.56 0.46 0.84 349.57 0.39 0.12
Hex 29 12 16 0 38 2E 54 15E 27 C
Octal 51 22 26 0 70 56 124 536 47 14
Binary 101001 10010 10110 0 111000 101110 1010100 101011110 100111 1100

Color Harmonies of #291216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291216

Black with #291216

Text Example


Text Example

White with #291216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291216; }

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

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

background-color css

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

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

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

border-color css

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

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

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