#290109

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

Shades of Rustic Red #290109

Tints of Rustic Red #290109

Color information

#290109 (or 0x290109) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 09. RGB value is (41,1,9). Sum of RGB (Red+Green+Blue) = 41+1+9=51 (6% of max value = 765). Red value is 41 (16.41% from 255 or 80.39% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 41 - color contains mainly: red. Hex color #290109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290109 is #D6FEF6. Grayscale: #0D0D0D. Windows color (decimal): -14089975 or 590121. OLE color: 590121.

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

Color convert

RGB4119-
CMYK00.980.780.84
HSL348º95.24%8.24%-
HSV(B)348º97.56%16.08%-
XYZ0.970.510.31-
YUV13.87125.25147.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 80.39%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=80.39%
G=1.96%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal411900.980.780.8434895.248.24
Hex29190624E5415c5f8
Octal51111014211612453413710
Binary10100111001011000101001110101010010101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290109; }

 p { color: rgb(41,1,9); }

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

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

 a { background-color: rgb(41,1,9); }

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

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

 span { border-color: rgb(41,1,9); }

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