#290310

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

Shades of Rustic Red #290310

Tints of Rustic Red #290310

Color information

#290310 (or 0x290310) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 10. RGB value is (41,3,16). Sum of RGB (Red+Green+Blue) = 41+3+16=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #290310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290310 is #D6FCEF. Grayscale: #0F0F0F. Windows color (decimal): -14089456 or 1049385. OLE color: 1049385.

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

Color convert

RGB41316-
CMYK00.930.610.84
HSL339.47º86.36%8.63%-
HSV(B)339.47º92.68%16.08%-
XYZ1.040.570.55-
YUV15.84128.09145.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 68.33%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=68.33%
G=5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4131600.930.610.84339.4786.368.63
Hex2931005D3D54153569
Octal5132001357512452312611
Binary101001111000001011101111101101010010101001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290310; }

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

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

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

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

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

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

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

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