#291415

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

Shades of Rustic Red #291415

Tints of Rustic Red #291415

Color information

#291415 (or 0x291415) is unknown color: approx Rustic Red. HEX triplet: 29, 14 and 15. RGB value is (41,20,21). Sum of RGB (Red+Green+Blue) = 41+20+21=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #291415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291415 is #D6EBEA. Grayscale: #1A1A1A. Windows color (decimal): -14085099 or 1381417. OLE color: 1381417.

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

Color convert

RGB412021-
CMYK00.510.490.84
HSL357.14º34.43%11.96%-
HSV(B)357.14º51.22%16.08%-
XYZ1.31.030.84-
YUV26.39124.96138.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=50%
G=24.39%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41202100.510.490.84357.1434.4311.96
Hex291415033315416522c
Octal512425063611245454214
Binary1010011010010101011001111000110101001011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291415; }

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

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

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

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

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

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

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

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