#290512

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

Shades of Rustic Red #290512

Tints of Rustic Red #290512

Color information

#290512 (or 0x290512) is unknown color: approx Rustic Red. HEX triplet: 29, 05 and 12. RGB value is (41,5,18). Sum of RGB (Red+Green+Blue) = 41+5+18=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #290512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290512 is #D6FAED. Grayscale: #111111. Windows color (decimal): -14088942 or 1180969. OLE color: 1180969.

HSL color Cylindrical-coordinate representation of color #290512: hue angle of 338.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 #290512 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB41518-
CMYK00.880.560.84
HSL338.33º78.26%9.02%-
HSV(B)338.33º87.8%16.08%-
XYZ1.080.620.64-
YUV17.25128.43144.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 64.06%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=64.06%
G=7.81%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4151800.880.560.84338.3378.269.02
Hex2951205838541524e9
Octal5152201307012452211611
Binary1010011011001001011000111000101010010101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290512; }

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

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

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

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

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

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

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

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