#291012

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

Shades of Rustic Red #291012

Tints of Rustic Red #291012

Color information

#291012 (or 0x291012) is unknown color: approx Rustic Red. HEX triplet: 29, 10 and 12. RGB value is (41,16,18). Sum of RGB (Red+Green+Blue) = 41+16+18=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #291012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291012 is #D6EFED. Grayscale: #171717. Windows color (decimal): -14086126 or 1183785. OLE color: 1183785.

HSL color Cylindrical-coordinate representation of color #291012: hue angle of 355.2º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291012 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB411618-
CMYK00.610.560.84
HSL355.2º43.86%11.18%-
HSV(B)355.2º60.98%16.08%-
XYZ1.210.890.68-
YUV23.7124.78140.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 18 (7.42% from 255) = 24%
R=54.67%
G=21.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41161800.610.560.84355.243.8611.18
Hex29101203D38541632cb
Octal512022075701245435413
Binary1010011000010010011110111100010101001011000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291012; }

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

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

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

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

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

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

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

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