#29030D

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

Shades of Rustic Red #29030D

Tints of Rustic Red #29030D

Color information

#29030D (or 0x29030D) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 0D. RGB value is (41,3,13). Sum of RGB (Red+Green+Blue) = 41+3+13=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29030D is #D6FCF2. Grayscale: #0F0F0F. Windows color (decimal): -14089459 or 852777. OLE color: 852777.

HSL color Cylindrical-coordinate representation of color #29030D: hue angle of 344.21º 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 #29030D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB41313-
CMYK00.930.680.84
HSL344.21º86.36%8.63%-
HSV(B)344.21º92.68%16.08%-
XYZ1.020.570.44-
YUV15.5126.59146.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 71.93%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=71.93%
G=5.26%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4131300.930.680.84344.2186.368.63
Hex293D05D4454158569
Octal51315013510412453012611
Binary101001111101010111011000100101010010101100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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