#290515

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

Shades of Rustic Red #290515

Tints of Rustic Red #290515

Color information

#290515 (or 0x290515) is unknown color: approx Rustic Red. HEX triplet: 29, 05 and 15. RGB value is (41,5,21). Sum of RGB (Red+Green+Blue) = 41+5+21=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #290515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290515 is #D6FAEA. Grayscale: #111111. Windows color (decimal): -14088939 or 1377577. OLE color: 1377577.

HSL color Cylindrical-coordinate representation of color #290515: hue angle of 333.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290515 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB41521-
CMYK00.880.490.84
HSL333.33º78.26%9.02%-
HSV(B)333.33º87.8%16.08%-
XYZ1.10.630.77-
YUV17.59129.93144.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 61.19%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=61.19%
G=7.46%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4152100.880.490.84333.3378.269.02
Hex29515058315414d4e9
Octal5152501306112451511611
Binary1010011011010101011000110001101010010100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290515; }

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

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

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

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

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

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

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

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