#29040A

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

Shades of Rustic Red #29040A

Tints of Rustic Red #29040A

Color information

#29040A (or 0x29040A) is unknown color: approx Rustic Red. HEX triplet: 29, 04 and 0A. RGB value is (41,4,10). Sum of RGB (Red+Green+Blue) = 41+4+10=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #29040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29040A is #D6FBF5. Grayscale: #0F0F0F. Windows color (decimal): -14089206 or 656425. OLE color: 656425.

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

Color convert

RGB41410-
CMYK00.900.760.84
HSL350.27º82.22%8.82%-
HSV(B)350.27º90.24%16.08%-
XYZ1.010.580.35-
YUV15.75124.76146.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 74.55%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=74.55%
G=7.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4141000.900.760.84350.2782.228.82
Hex294A05A4C5415e529
Octal51412013211412453612211
Binary1010011001010010110101001100101010010101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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