#290412

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

Shades of Rustic Red #290412

Tints of Rustic Red #290412

Color information

#290412 (or 0x290412) is unknown color: approx Rustic Red. HEX triplet: 29, 04 and 12. RGB value is (41,4,18). Sum of RGB (Red+Green+Blue) = 41+4+18=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290412 is #D6FBED. Grayscale: #101010. Windows color (decimal): -14089198 or 1180713. OLE color: 1180713.

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

Color convert

RGB41418-
CMYK00.900.560.84
HSL337.3º82.22%8.82%-
HSV(B)337.3º90.24%16.08%-
XYZ1.070.60.63-
YUV16.66128.76145.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 65.08%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=65.08%
G=6.35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4141800.900.560.84337.382.228.82
Hex2941205A3854151529
Octal5142201327012452112211
Binary1010011001001001011010111000101010010101000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290412; }

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

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

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

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

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

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

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

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