#290D0F

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

Shades of Rustic Red #290D0F

Tints of Rustic Red #290D0F

Color information

#290D0F (or 0x290D0F) is unknown color: approx Rustic Red. HEX triplet: 29, 0D and 0F. RGB value is (41,13,15). Sum of RGB (Red+Green+Blue) = 41+13+15=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #290D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D0F is #D6F2F0. Grayscale: #151515. Windows color (decimal): -14086897 or 986409. OLE color: 986409.

HSL color Cylindrical-coordinate representation of color #290D0F: hue angle of 355.71º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D0F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB411315-
CMYK00.680.630.84
HSL355.71º51.85%10.59%-
HSV(B)355.71º68.29%16.08%-
XYZ1.140.790.54-
YUV21.6124.28141.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 59.42%
GREEN value IS 13 (5.47% from 255) = 18.84%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=59.42%
G=18.84%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41131500.680.630.84355.7151.8510.59
Hex29DF0443F5416434b
Octal5115170104771245446413
Binary101001110111110100010011111110101001011001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290D0F; }

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

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

<style>
 a { background-color: #290D0F; }

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

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

<style>
 span { border-color: #290D0F; }

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

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