#29191A

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

Shades of Rustic Red #29191A

Tints of Rustic Red #29191A

Color information

#29191A (or 0x29191A) is unknown color: approx Rustic Red. HEX triplet: 29, 19 and 1A. RGB value is (41,25,26). Sum of RGB (Red+Green+Blue) = 41+25+26=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191A is #D6E6E5. Grayscale: #1D1D1D. Windows color (decimal): -14083814 or 1710377. OLE color: 1710377.

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

Color convert

RGB412526-
CMYK00.390.370.84
HSL356.25º24.24%12.94%-
HSV(B)356.25º39.02%16.08%-
XYZ1.451.241.14-
YUV29.9125.8135.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=44.57%
G=27.17%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41252600.390.370.84356.2524.2412.94
Hex29191A027255416418d
Octal513132047451245443015
Binary101001110011101001001111001011010100101100100110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29191A; }

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

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

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

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

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

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

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

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