#29000D

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

Shades of Rustic Red #29000D

Tints of Rustic Red #29000D

Color information

#29000D (or 0x29000D) is unknown color: approx Rustic Red. HEX triplet: 29, 00 and 0D. RGB value is (41,0,13). Sum of RGB (Red+Green+Blue) = 41+0+13=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #29000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29000D is #D6FFF2. Grayscale: #0D0D0D. Windows color (decimal): -14090227 or 852009. OLE color: 852009.

HSL color Cylindrical-coordinate representation of color #29000D: hue angle of 340.98º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29000D is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB41013-
CMYK010.680.84
HSL340.98º100%8.04%-
HSV(B)340.98º100%16.08%-
XYZ0.990.50.43-
YUV13.74127.58147.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 75.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=75.93%
G=0%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41013010.680.84340.981008.04
Hex290D0644454155648
Octal51015014410412452514410
Binary10100101101011001001000100101010010101010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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