#290105

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

Shades of Rustic Red #290105

Tints of Rustic Red #290105

Color information

#290105 (or 0x290105) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 05. RGB value is (41,1,5). Sum of RGB (Red+Green+Blue) = 41+1+5=47 (6% of max value = 765). Red value is 41 (16.41% from 255 or 87.23% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 41 - color contains mainly: red. Hex color #290105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290105 is #D6FEFA. Grayscale: #0D0D0D. Windows color (decimal): -14089979 or 327977. OLE color: 327977.

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

Color convert

RGB4115-
CMYK00.980.880.84
HSL354º95.24%8.24%-
HSV(B)354º97.56%16.08%-
XYZ0.950.50.19-
YUV13.42123.25147.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 87.23%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=87.23%
G=2.13%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal411500.980.880.8435495.248.24
Hex291506258541625f8
Octal5115014213012454213710
Binary1010011101011000101011000101010010110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290105; }

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

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

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

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

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

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

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

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