#29070F

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

Shades of Rustic Red #29070F

Tints of Rustic Red #29070F

Color information

#29070F (or 0x29070F) is unknown color: approx Rustic Red. HEX triplet: 29, 07 and 0F. RGB value is (41,7,15). Sum of RGB (Red+Green+Blue) = 41+7+15=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #29070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29070F is #D6F8F0. Grayscale: #121212. Windows color (decimal): -14088433 or 984873. OLE color: 984873.

HSL color Cylindrical-coordinate representation of color #29070F: hue angle of 345.88º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29070F is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB41715-
CMYK00.830.630.84
HSL345.88º70.83%9.41%-
HSV(B)345.88º82.93%16.08%-
XYZ1.080.660.52-
YUV18.08126.26144.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 65.08%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=65.08%
G=11.11%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4171500.830.630.84345.8870.839.41
Hex297F0533F5415a479
Octal5171701237712453210711
Binary101001111111101010011111111101010010101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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