Html Css Color HEX #291316 Rustic Red

📋 copy color: '#291316'

red 41 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #291316

Tints of Rustic Red #291316

RGB

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

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

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

R = 50%
G = 23.17%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.84

RGB Variations

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

Color information

#291316 (or 0x291316) is known color: Rustic Red. HEX triplet: 29, 13 and 16. RGB value is (41,19,22). Sum of RGB (Red+Green+Blue) = 41+19+22=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #291316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291316 is #D6ECE9. Grayscale: #191919. Windows color (decimal): -14085354 or 1446697. OLE color: 1446697.

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

Color convert

RGB 41 19 22 -
CMYK 0 0.54 0.46 0.84
HSL 351.82º 0.37% 0.12% -
HSV(B) 351.82º 0.54% 0.16% -
XYZ 1.29 1 0.88 -
YUV 25.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 41 19 22 0 0.54 0.46 0.84 351.82 0.37 0.12
Hex 29 13 16 0 36 2E 54 160 25 C
Octal 51 23 26 0 66 56 124 540 45 14
Binary 101001 10011 10110 0 110110 101110 1010100 101100000 100101 1100

Color Harmonies of #291316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291316

Black with #291316

Text Example


Text Example

White with #291316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291316; }

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

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

background-color css

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

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

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

border-color css

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

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

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