#290306

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

Shades of Rustic Red #290306

Tints of Rustic Red #290306

Color information

#290306 (or 0x290306) is unknown color: approx Rustic Red. HEX triplet: 29, 03 and 06. RGB value is (41,3,6). Sum of RGB (Red+Green+Blue) = 41+3+6=50 (6% of max value = 765). Red value is 41 (16.41% from 255 or 82% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 41 - color contains mainly: red. Hex color #290306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290306 is #D6FCF9. Grayscale: #0E0E0E. Windows color (decimal): -14089466 or 394025. OLE color: 394025.

HSL color Cylindrical-coordinate representation of color #290306: hue angle of 355.26º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290306 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB4136-
CMYK00.930.850.84
HSL355.26º86.36%8.63%-
HSV(B)355.26º92.68%16.08%-
XYZ0.980.550.23-
YUV14.7123.09146.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 82%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 6 (2.73% from 255) = 12%
R=82%
G=6%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal413600.930.850.84355.2686.368.63
Hex293605D5554163569
Octal5136013512512454312611
Binary10100111110010111011010101101010010110001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290306; }

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

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

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

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

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

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

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

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