#29050E

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

Shades of Rustic Red #29050E

Tints of Rustic Red #29050E

Color information

#29050E (or 0x29050E) is unknown color: approx Rustic Red. HEX triplet: 29, 05 and 0E. RGB value is (41,5,14). Sum of RGB (Red+Green+Blue) = 41+5+14=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #29050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29050E is #D6FAF1. Grayscale: #101010. Windows color (decimal): -14088946 or 918825. OLE color: 918825.

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

Color convert

RGB41514-
CMYK00.880.660.84
HSL345º78.26%9.02%-
HSV(B)345º87.8%16.08%-
XYZ1.050.610.48-
YUV16.79126.43145.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 68.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=68.33%
G=8.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4151400.880.660.8434578.269.02
Hex295E05842541594e9
Octal51516013010212453111611
Binary1010011011110010110001000010101010010101100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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