#29010C

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

Shades of Rustic Red #29010C

Tints of Rustic Red #29010C

Color information

#29010C (or 0x29010C) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 0C. RGB value is (41,1,12). Sum of RGB (Red+Green+Blue) = 41+1+12=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #29010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010C is #D6FEF3. Grayscale: #0E0E0E. Windows color (decimal): -14089972 or 786729. OLE color: 786729.

HSL color Cylindrical-coordinate representation of color #29010C: hue angle of 343.5º 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 #29010C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB41112-
CMYK00.980.710.84
HSL343.5º95.24%8.24%-
HSV(B)343.5º97.56%16.08%-
XYZ0.990.520.4-
YUV14.21126.75147.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 75.93%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=75.93%
G=1.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4111200.980.710.84343.595.248.24
Hex291C06247541585f8
Octal51114014210712453013710
Binary10100111100011000101000111101010010101100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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