#29060A

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

Shades of Rustic Red #29060A

Tints of Rustic Red #29060A

Color information

#29060A (or 0x29060A) is unknown color: approx Rustic Red. HEX triplet: 29, 06 and 0A. RGB value is (41,6,10). Sum of RGB (Red+Green+Blue) = 41+6+10=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060A is #D6F9F5. Grayscale: #101010. Windows color (decimal): -14088694 or 656937. OLE color: 656937.

HSL color Cylindrical-coordinate representation of color #29060A: hue angle of 353.14º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29060A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB41610-
CMYK00.850.760.84
HSL353.14º74.47%9.22%-
HSV(B)353.14º85.37%16.08%-
XYZ1.030.620.35-
YUV16.92124.1145.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 71.93%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=71.93%
G=10.53%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4161000.850.760.84353.1474.479.22
Hex296A0554C541614a9
Octal51612012511412454111211
Binary1010011101010010101011001100101010010110000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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