#290715

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

Shades of Rustic Red #290715

Tints of Rustic Red #290715

Color information

#290715 (or 0x290715) is unknown color: approx Rustic Red. HEX triplet: 29, 07 and 15. RGB value is (41,7,21). Sum of RGB (Red+Green+Blue) = 41+7+21=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #290715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290715 is #D6F8EA. Grayscale: #121212. Windows color (decimal): -14088427 or 1378089. OLE color: 1378089.

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

Color convert

RGB41721-
CMYK00.830.490.84
HSL335.29º70.83%9.41%-
HSV(B)335.29º82.93%16.08%-
XYZ1.130.680.78-
YUV18.76129.26143.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 59.42%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=59.42%
G=10.14%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4172100.830.490.84335.2970.839.41
Hex29715053315414f479
Octal5172501236112451710711
Binary1010011111010101010011110001101010010100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290715; }

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

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

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

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

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

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

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

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