#290508

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

Shades of Rustic Red #290508

Tints of Rustic Red #290508

Color information

#290508 (or 0x290508) is unknown color: approx Rustic Red. HEX triplet: 29, 05 and 08. RGB value is (41,5,8). Sum of RGB (Red+Green+Blue) = 41+5+8=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #290508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290508 is #D6FAF7. Grayscale: #101010. Windows color (decimal): -14088952 or 525609. OLE color: 525609.

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

Color convert

RGB4158-
CMYK00.880.800.84
HSL355º78.26%9.02%-
HSV(B)355º87.8%16.08%-
XYZ1.010.60.29-
YUV16.11123.43145.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 75.93%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=75.93%
G=9.26%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal415800.880.800.8435578.269.02
Hex295805850541634e9
Octal51510013012012454311611
Binary1010011011000010110001010000101010010110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290508; }

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

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

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

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

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

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

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

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