#290D14

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

Shades of Rustic Red #290D14

Tints of Rustic Red #290D14

Color information

#290D14 (or 0x290D14) is unknown color: approx Rustic Red. HEX triplet: 29, 0D and 14. RGB value is (41,13,20). Sum of RGB (Red+Green+Blue) = 41+13+20=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #290D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D14 is #D6F2EB. Grayscale: #161616. Windows color (decimal): -14086892 or 1314089. OLE color: 1314089.

HSL color Cylindrical-coordinate representation of color #290D14: hue angle of 345º 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 #290D14 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB411320-
CMYK00.680.510.84
HSL345º51.85%10.59%-
HSV(B)345º68.29%16.08%-
XYZ1.180.810.76-
YUV22.17126.78141.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=55.41%
G=17.57%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41132000.680.510.8434551.8510.59
Hex29D14044335415934b
Octal5115240104631245316413
Binary1010011101101000100010011001110101001010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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