#291315

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

Shades of Rustic Red #291315

Tints of Rustic Red #291315

Color information

#291315 (or 0x291315) is unknown color: approx Rustic Red. HEX triplet: 29, 13 and 15. RGB value is (41,19,21). Sum of RGB (Red+Green+Blue) = 41+19+21=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291315 is #D6ECEA. Grayscale: #191919. Windows color (decimal): -14085355 or 1381161. OLE color: 1381161.

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

Color convert

RGB411921-
CMYK00.540.490.84
HSL354.55º36.67%11.76%-
HSV(B)354.55º53.66%16.08%-
XYZ1.280.990.83-
YUV25.81125.29138.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50.62%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=50.62%
G=23.46%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41192100.540.490.84354.5536.6711.76
Hex291315036315416325c
Octal512325066611245434514
Binary1010011001110101011011011000110101001011000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291315; }

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

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

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

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

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

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

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

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