#29010F

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

Shades of Rustic Red #29010F

Tints of Rustic Red #29010F

Color information

#29010F (or 0x29010F) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 0F. RGB value is (41,1,15). Sum of RGB (Red+Green+Blue) = 41+1+15=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010F is #D6FEF0. Grayscale: #0E0E0E. Windows color (decimal): -14089969 or 983337. OLE color: 983337.

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

Color convert

RGB41115-
CMYK00.980.630.84
HSL339º95.24%8.24%-
HSV(B)339º97.56%16.08%-
XYZ1.010.530.5-
YUV14.56128.25146.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 71.93%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=71.93%
G=1.75%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4111500.980.630.8433995.248.24
Hex291F0623F541535f8
Octal5111701427712452313710
Binary1010011111101100010111111101010010101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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