#29060E

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

Shades of Rustic Red #29060E

Tints of Rustic Red #29060E

Color information

#29060E (or 0x29060E) is unknown color: approx Rustic Red. HEX triplet: 29, 06 and 0E. RGB value is (41,6,14). Sum of RGB (Red+Green+Blue) = 41+6+14=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #29060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060E is #D6F9F1. Grayscale: #111111. Windows color (decimal): -14088690 or 919081. OLE color: 919081.

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

Color convert

RGB41614-
CMYK00.850.660.84
HSL346.29º74.47%9.22%-
HSV(B)346.29º85.37%16.08%-
XYZ1.060.630.48-
YUV17.38126.1144.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 67.21%
GREEN value IS 6 (2.73% from 255) = 9.84%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=67.21%
G=9.84%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4161400.850.660.84346.2974.479.22
Hex296E055425415a4a9
Octal51616012510212453211211
Binary1010011101110010101011000010101010010101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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