#291A1D

Color #291A1D Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #291A1D

Tints of Rustic Red #291A1D

Color information

#291A1D (or 0x291A1D) is unknown color: approx Rustic Red. HEX triplet: 29, 1A and 1D. RGB value is (41,26,29). Sum of RGB (Red+Green+Blue) = 41+26+29=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A1D is #D6E5E2. Grayscale: #1E1E1E. Windows color (decimal): -14083555 or 1907241. OLE color: 1907241.

HSL color Cylindrical-coordinate representation of color #291A1D: hue angle of 348º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #291A1D is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB412629-
CMYK00.370.290.84
HSL348º22.39%13.14%-
HSV(B)348º36.59%16.08%-
XYZ1.511.31.33-
YUV30.83126.97135.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=42.71%
G=27.08%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41262900.370.290.8434822.3913.14
Hex291A1D0251D5415c16d
Octal513235045351245342615
Binary10100111010111010100101111011010100101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291A1D; }

 p { color: rgb(41,26,29); }

 H1.HeaderClassName
 {
   color: #291A1D;
 }
 .AnyTagClassName
 {
   color: #291A1D;
 }
</style>
background-color css

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

 a { background-color: rgb(41,26,29); }

 div.DivClassName
 {
   background-color: #291A1D;
 }
 .BgClassName
 {
   background-color: #291A1D;
 }
</style>
border-color css

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

 span { border-color: rgb(41,26,29); }

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