#290106

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

Shades of Rustic Red #290106

Tints of Rustic Red #290106

Color information

#290106 (or 0x290106) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 06. RGB value is (41,1,6). Sum of RGB (Red+Green+Blue) = 41+1+6=48 (6% of max value = 765). Red value is 41 (16.41% from 255 or 85.42% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 41 - color contains mainly: red. Hex color #290106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290106 is #D6FEF9. Grayscale: #0D0D0D. Windows color (decimal): -14089978 or 393513. OLE color: 393513.

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

Color convert

RGB4116-
CMYK00.980.850.84
HSL352.5º95.24%8.24%-
HSV(B)352.5º97.56%16.08%-
XYZ0.960.510.22-
YUV13.53123.75147.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 85.42%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=85.42%
G=2.08%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal411600.980.850.84352.595.248.24
Hex291606255541605f8
Octal5116014212512454013710
Binary1010011110011000101010101101010010110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290106; }

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

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

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

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

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

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

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

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