#29010D

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

Shades of Rustic Red #29010D

Tints of Rustic Red #29010D

Color information

#29010D (or 0x29010D) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 0D. RGB value is (41,1,13). Sum of RGB (Red+Green+Blue) = 41+1+13=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #29010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010D is #D6FEF2. Grayscale: #0E0E0E. Windows color (decimal): -14089971 or 852265. OLE color: 852265.

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

Color convert

RGB41113-
CMYK00.980.680.84
HSL342º95.24%8.24%-
HSV(B)342º97.56%16.08%-
XYZ10.520.43-
YUV14.33127.25147.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 74.55%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=74.55%
G=1.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4111300.980.680.8434295.248.24
Hex291D06244541565f8
Octal51115014210412452613710
Binary10100111101011000101000100101010010101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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