#29030A

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

Shades of Rustic Red #29030A

Tints of Rustic Red #29030A

Color information

#29030A (or 0x29030A) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 0A. RGB value is (41,3,10). Sum of RGB (Red+Green+Blue) = 41+3+10=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #29030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29030A is #D6FCF5. Grayscale: #0F0F0F. Windows color (decimal): -14089462 or 656169. OLE color: 656169.

HSL color Cylindrical-coordinate representation of color #29030A: hue angle of 348.95º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29030A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB41310-
CMYK00.930.760.84
HSL348.95º86.36%8.63%-
HSV(B)348.95º92.68%16.08%-
XYZ10.560.34-
YUV15.16125.09146.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 75.93%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=75.93%
G=5.56%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4131000.930.760.84348.9586.368.63
Hex293A05D4C5415d569
Octal51312013511412453512611
Binary101001111010010111011001100101010010101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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