#290210

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

Shades of Rustic Red #290210

Tints of Rustic Red #290210

Color information

#290210 (or 0x290210) is unknown color: approx Rustic Red. HEX triplet: 29, 02 and 10. RGB value is (41,2,16). Sum of RGB (Red+Green+Blue) = 41+2+16=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #290210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290210 is #D6FDEF. Grayscale: #0F0F0F. Windows color (decimal): -14089712 or 1049129. OLE color: 1049129.

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

Color convert

RGB41216-
CMYK00.950.610.84
HSL338.46º90.7%8.43%-
HSV(B)338.46º95.12%16.08%-
XYZ1.030.550.54-
YUV15.26128.42146.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 69.49%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=69.49%
G=3.39%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4121600.950.610.84338.4690.78.43
Hex2921005F3D541525b8
Octal5122001377512452213310
Binary101001101000001011111111101101010010101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290210; }

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

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

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

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

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

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

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

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