#290816

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

Shades of Rustic Red #290816

Tints of Rustic Red #290816

Color information

#290816 (or 0x290816) is unknown color: approx Rustic Red. HEX triplet: 29, 08 and 16. RGB value is (41,8,22). Sum of RGB (Red+Green+Blue) = 41+8+22=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #290816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290816 is #D6F7E9. Grayscale: #131313. Windows color (decimal): -14088170 or 1443881. OLE color: 1443881.

HSL color Cylindrical-coordinate representation of color #290816: hue angle of 334.55º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290816 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB41822-
CMYK00.800.460.84
HSL334.55º67.35%9.61%-
HSV(B)334.55º80.49%16.08%-
XYZ1.150.70.83-
YUV19.46129.43143.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 57.75%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=57.75%
G=11.27%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4182200.800.460.84334.5567.359.61
Hex298160502E5414f43a
Octal51102601205612451710312
Binary10100110001011001010000101110101010010100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290816; }

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

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

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

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

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

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

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

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