#290012

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

Shades of Rustic Red #290012

Tints of Rustic Red #290012

Color information

#290012 (or 0x290012) is unknown color: approx Rustic Red. HEX triplet: 29, 00 and 12. RGB value is (41,0,18). Sum of RGB (Red+Green+Blue) = 41+0+18=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #290012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290012 is #D6FFED. Grayscale: #0E0E0E. Windows color (decimal): -14090222 or 1179689. OLE color: 1179689.

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

Color convert

RGB41018-
CMYK010.560.84
HSL333.66º100%8.04%-
HSV(B)333.66º100%16.08%-
XYZ1.020.520.62-
YUV14.31130.08147.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 69.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=69.49%
G=0%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41018010.560.84333.661008.04
Hex29012064385414e648
Octal5102201447012451614410
Binary10100101001001100100111000101010010100111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290012; }

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

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

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

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

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

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

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

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