#29040D

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

Shades of Rustic Red #29040D

Tints of Rustic Red #29040D

Color information

#29040D (or 0x29040D) is unknown color: approx Rustic Red. HEX triplet: 29, 04 and 0D. RGB value is (41,4,13). Sum of RGB (Red+Green+Blue) = 41+4+13=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #29040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29040D is #D6FBF2. Grayscale: #101010. Windows color (decimal): -14089203 or 853033. OLE color: 853033.

HSL color Cylindrical-coordinate representation of color #29040D: hue angle of 345.41º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29040D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB41413-
CMYK00.900.680.84
HSL345.41º82.22%8.82%-
HSV(B)345.41º90.24%16.08%-
XYZ1.030.590.44-
YUV16.09126.26145.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=70.69%
G=6.90%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4141300.900.680.84345.4182.228.82
Hex294D05A4454159529
Octal51415013210412453112211
Binary1010011001101010110101000100101010010101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29040D; }

 p { color: rgb(41,4,13); }

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

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

 a { background-color: rgb(41,4,13); }

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

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

 span { border-color: rgb(41,4,13); }

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