#29050D

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

Shades of Rustic Red #29050D

Tints of Rustic Red #29050D

Color information

#29050D (or 0x29050D) is unknown color: approx Rustic Red. HEX triplet: 29, 05 and 0D. RGB value is (41,5,13). Sum of RGB (Red+Green+Blue) = 41+5+13=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #29050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29050D is #D6FAF2. Grayscale: #101010. Windows color (decimal): -14088947 or 853289. OLE color: 853289.

HSL color Cylindrical-coordinate representation of color #29050D: hue angle of 346.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 #29050D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB41513-
CMYK00.880.680.84
HSL346.67º78.26%9.02%-
HSV(B)346.67º87.8%16.08%-
XYZ1.040.610.44-
YUV16.68125.93145.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 69.49%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=69.49%
G=8.47%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4151300.880.680.84346.6778.269.02
Hex295D058445415b4e9
Octal51515013010412453311611
Binary1010011011101010110001000100101010010101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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