#29050A

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

Shades of Rustic Red #29050A

Tints of Rustic Red #29050A

Color information

#29050A (or 0x29050A) is unknown color: approx Rustic Red. HEX triplet: 29, 05 and 0A. RGB value is (41,5,10). Sum of RGB (Red+Green+Blue) = 41+5+10=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #29050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29050A is #D6FAF5. Grayscale: #101010. Windows color (decimal): -14088950 or 656681. OLE color: 656681.

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

Color convert

RGB41510-
CMYK00.880.760.84
HSL351.67º78.26%9.02%-
HSV(B)351.67º87.8%16.08%-
XYZ1.020.60.35-
YUV16.33124.43145.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 73.21%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=73.21%
G=8.93%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4151000.880.760.84351.6778.269.02
Hex295A0584C541604e9
Octal51512013011412454011611
Binary1010011011010010110001001100101010010110000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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