Html Css Color HEX #291516 Rustic Red

📋 copy color: '#291516'

red 41 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #291516

Tints of Rustic Red #291516

RGB

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

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

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

R = 48.81%
G = 25%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.84

RGB Variations

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

Color information

#291516 (or 0x291516) is known color: Rustic Red. HEX triplet: 29, 15 and 16. RGB value is (41,21,22). Sum of RGB (Red+Green+Blue) = 41+21+22=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291516 is #D6EAE9. Grayscale: #1B1B1B. Windows color (decimal): -14084842 or 1447209. OLE color: 1447209.

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

Color convert

RGB 41 21 22 -
CMYK 0 0.49 0.46 0.84
HSL 357º 0.32% 0.12% -
HSV(B) 357º 0.49% 0.16% -
XYZ 1.33 1.07 0.89 -
YUV 27.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 41 21 22 0 0.49 0.46 0.84 357 0.32 0.12
Hex 29 15 16 0 31 2E 54 165 20 C
Octal 51 25 26 0 61 56 124 545 40 14
Binary 101001 10101 10110 0 110001 101110 1010100 101100101 100000 1100

Color Harmonies of #291516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291516

Black with #291516

Text Example


Text Example

White with #291516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291516; }

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

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

background-color css

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

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

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

border-color css

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

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

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