#29090F

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

Shades of Rustic Red #29090F

Tints of Rustic Red #29090F

Color information

#29090F (or 0x29090F) is unknown color: approx Rustic Red. HEX triplet: 29, 09 and 0F. RGB value is (41,9,15). Sum of RGB (Red+Green+Blue) = 41+9+15=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #29090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29090F is #D6F6F0. Grayscale: #131313. Windows color (decimal): -14087921 or 985385. OLE color: 985385.

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

Color convert

RGB41915-
CMYK00.780.630.84
HSL348.75º64%9.8%-
HSV(B)348.75º78.05%16.08%-
XYZ1.10.70.53-
YUV19.25125.6143.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 63.08%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=63.08%
G=13.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4191500.780.630.84348.75649.8
Hex299F04E3F5415d40a
Octal51111701167712453510012
Binary1010011001111101001110111111101010010101110110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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