#290608

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

Shades of Rustic Red #290608

Tints of Rustic Red #290608

Color information

#290608 (or 0x290608) is unknown color: approx Rustic Red. HEX triplet: 29, 06 and 08. RGB value is (41,6,8). Sum of RGB (Red+Green+Blue) = 41+6+8=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #290608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290608 is #D6F9F7. Grayscale: #101010. Windows color (decimal): -14088696 or 525865. OLE color: 525865.

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

Color convert

RGB4168-
CMYK00.850.800.84
HSL356.57º74.47%9.22%-
HSV(B)356.57º85.37%16.08%-
XYZ1.020.620.3-
YUV16.69123.1145.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 74.55%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 8 (3.52% from 255) = 14.55%
R=74.55%
G=10.91%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal416800.850.800.84356.5774.479.22
Hex296805550541654a9
Octal51610012512012454511211
Binary1010011101000010101011010000101010010110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290608; }

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

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

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

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

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

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

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

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