#290414

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

Shades of Rustic Red #290414

Tints of Rustic Red #290414

Color information

#290414 (or 0x290414) is unknown color: approx Rustic Red. HEX triplet: 29, 04 and 14. RGB value is (41,4,20). Sum of RGB (Red+Green+Blue) = 41+4+20=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290414 is #D6FBEB. Grayscale: #101010. Windows color (decimal): -14089196 or 1311785. OLE color: 1311785.

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

Color convert

RGB41420-
CMYK00.900.510.84
HSL334.05º82.22%8.82%-
HSV(B)334.05º90.24%16.08%-
XYZ1.080.610.72-
YUV16.89129.76145.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 63.08%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=63.08%
G=6.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4142000.900.510.84334.0582.228.82
Hex2941405A335414e529
Octal5142401326312451612211
Binary1010011001010001011010110011101010010100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290414; }

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

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

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

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

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

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

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

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