#29020A

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

Shades of Rustic Red #29020A

Tints of Rustic Red #29020A

Color information

#29020A (or 0x29020A) is unknown color: approx Rustic Red. HEX triplet: 29, 02 and 0A. RGB value is (41,2,10). Sum of RGB (Red+Green+Blue) = 41+2+10=53 (7% of max value = 765). Red value is 41 (16.41% from 255 or 77.36% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 41 - color contains mainly: red. Hex color #29020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29020A is #D6FDF5. Grayscale: #0E0E0E. Windows color (decimal): -14089718 or 655913. OLE color: 655913.

HSL color Cylindrical-coordinate representation of color #29020A: hue angle of 347.69º 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 #29020A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB41210-
CMYK00.950.760.84
HSL347.69º90.7%8.43%-
HSV(B)347.69º95.12%16.08%-
XYZ0.990.540.34-
YUV14.57125.42146.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 77.36%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=77.36%
G=3.77%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4121000.950.760.84347.6990.78.43
Hex292A05F4C5415c5b8
Octal51212013711412453413310
Binary101001101010010111111001100101010010101110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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