#290311

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

Shades of Rustic Red #290311

Tints of Rustic Red #290311

Color information

#290311 (or 0x290311) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 11. RGB value is (41,3,17). Sum of RGB (Red+Green+Blue) = 41+3+17=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #290311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290311 is #D6FCEE. Grayscale: #0F0F0F. Windows color (decimal): -14089455 or 1114921. OLE color: 1114921.

HSL color Cylindrical-coordinate representation of color #290311: hue angle of 337.89º 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 #290311 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB41317-
CMYK00.930.590.84
HSL337.89º86.36%8.63%-
HSV(B)337.89º92.68%16.08%-
XYZ1.050.580.59-
YUV15.96128.59145.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 67.21%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=67.21%
G=4.92%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4131700.930.590.84337.8986.368.63
Hex2931105D3B54152569
Octal5132101357312452212611
Binary101001111000101011101111011101010010101001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290311; }

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

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

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

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

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

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

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

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