#29040C

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

Shades of Rustic Red #29040C

Tints of Rustic Red #29040C

Color information

#29040C (or 0x29040C) is unknown color: approx Rustic Red. HEX triplet: 29, 04 and 0C. RGB value is (41,4,12). Sum of RGB (Red+Green+Blue) = 41+4+12=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29040C is #D6FBF3. Grayscale: #0F0F0F. Windows color (decimal): -14089204 or 787497. OLE color: 787497.

HSL color Cylindrical-coordinate representation of color #29040C: hue angle of 347.03º 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 #29040C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB41412-
CMYK00.900.710.84
HSL347.03º82.22%8.82%-
HSV(B)347.03º90.24%16.08%-
XYZ1.020.580.41-
YUV15.98125.76145.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 71.93%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=71.93%
G=7.02%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4141200.900.710.84347.0382.228.82
Hex294C05A475415b529
Octal51414013210712453312211
Binary1010011001100010110101000111101010010101101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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