#29040B

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

Shades of Rustic Red #29040B

Tints of Rustic Red #29040B

Color information

#29040B (or 0x29040B) is unknown color: approx Rustic Red. HEX triplet: 29, 04 and 0B. RGB value is (41,4,11). Sum of RGB (Red+Green+Blue) = 41+4+11=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #29040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29040B is #D6FBF4. Grayscale: #0F0F0F. Windows color (decimal): -14089205 or 721961. OLE color: 721961.

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

Color convert

RGB41411-
CMYK00.900.730.84
HSL348.65º82.22%8.82%-
HSV(B)348.65º90.24%16.08%-
XYZ1.020.580.38-
YUV15.86125.26145.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 73.21%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=73.21%
G=7.14%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4141100.900.730.84348.6582.228.82
Hex294B05A495415d529
Octal51413013211112453512211
Binary1010011001011010110101001001101010010101110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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