#290615

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

Shades of Rustic Red #290615

Tints of Rustic Red #290615

Color information

#290615 (or 0x290615) is unknown color: approx Rustic Red. HEX triplet: 29, 06 and 15. RGB value is (41,6,21). Sum of RGB (Red+Green+Blue) = 41+6+21=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290615 is #D6F9EA. Grayscale: #121212. Windows color (decimal): -14088683 or 1377833. OLE color: 1377833.

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

Color convert

RGB41621-
CMYK00.850.490.84
HSL334.29º74.47%9.22%-
HSV(B)334.29º85.37%16.08%-
XYZ1.110.660.78-
YUV18.18129.6144.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=60.29%
G=8.82%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4162100.850.490.84334.2974.479.22
Hex29615055315414e4a9
Octal5162501256112451611211
Binary1010011101010101010101110001101010010100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290615; }

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

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

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

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

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

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

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

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