#290D15

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

Shades of Rustic Red #290D15

Tints of Rustic Red #290D15

Color information

#290D15 (or 0x290D15) is unknown color: approx Rustic Red. HEX triplet: 29, 0D and 15. RGB value is (41,13,21). Sum of RGB (Red+Green+Blue) = 41+13+21=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D15 is #D6F2EA. Grayscale: #161616. Windows color (decimal): -14086891 or 1379625. OLE color: 1379625.

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

Color convert

RGB411321-
CMYK00.680.490.84
HSL342.86º51.85%10.59%-
HSV(B)342.86º68.29%16.08%-
XYZ1.190.810.8-
YUV22.28127.28141.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 21 (8.59% from 255) = 28%
R=54.67%
G=17.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41132100.680.490.84342.8651.8510.59
Hex29D15044315415734b
Octal5115250104611245276413
Binary1010011101101010100010011000110101001010101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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