#290103

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

Shades of Rustic Red #290103

Tints of Rustic Red #290103

Color information

#290103 (or 0x290103) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 03. RGB value is (41,1,3). Sum of RGB (Red+Green+Blue) = 41+1+3=45 (5% of max value = 765). Red value is 41 (16.41% from 255 or 91.11% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 41 - color contains mainly: red. Hex color #290103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290103 is #D6FEFC. Grayscale: #0D0D0D. Windows color (decimal): -14089981 or 196905. OLE color: 196905.

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

Color convert

RGB4113-
CMYK00.980.930.84
HSL357º95.24%8.24%-
HSV(B)357º97.56%16.08%-
XYZ0.940.50.13-
YUV13.19122.25147.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 91.11%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 3 (1.56% from 255) = 6.67%
R=91.11%
G=2.22%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal411300.980.930.8435795.248.24
Hex29130625D541655f8
Octal5113014213512454513710
Binary101001111011000101011101101010010110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290103; }

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

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

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

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

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

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

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

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