#29020E

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

Shades of Rustic Red #29020E

Tints of Rustic Red #29020E

Color information

#29020E (or 0x29020E) is unknown color: approx Rustic Red. HEX triplet: 29, 02 and 0E. RGB value is (41,2,14). Sum of RGB (Red+Green+Blue) = 41+2+14=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29020E is #D6FDF1. Grayscale: #0F0F0F. Windows color (decimal): -14089714 or 918057. OLE color: 918057.

HSL color Cylindrical-coordinate representation of color #29020E: hue angle of 341.54º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29020E is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB41214-
CMYK00.950.660.84
HSL341.54º90.7%8.43%-
HSV(B)341.54º95.12%16.08%-
XYZ1.020.550.47-
YUV15.03127.42146.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 71.93%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=71.93%
G=3.51%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4121400.950.660.84341.5490.78.43
Hex292E05F42541565b8
Octal51216013710212452613310
Binary101001101110010111111000010101010010101011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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