#290313

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

Shades of Rustic Red #290313

Tints of Rustic Red #290313

Color information

#290313 (or 0x290313) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 13. RGB value is (41,3,19). Sum of RGB (Red+Green+Blue) = 41+3+19=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290313 is #D6FCEC. Grayscale: #101010. Windows color (decimal): -14089453 or 1245993. OLE color: 1245993.

HSL color Cylindrical-coordinate representation of color #290313: hue angle of 334.74º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290313 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB41319-
CMYK00.930.540.84
HSL334.74º86.36%8.63%-
HSV(B)334.74º92.68%16.08%-
XYZ1.060.580.67-
YUV16.19129.59145.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 65.08%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=65.08%
G=4.76%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4131900.930.540.84334.7486.368.63
Hex2931305D365414f569
Octal5132301356612451712611
Binary101001111001101011101110110101010010100111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290313; }

 p { color: rgb(41,3,19); }

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

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

 a { background-color: rgb(41,3,19); }

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

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

 span { border-color: rgb(41,3,19); }

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