#290813

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

Shades of Rustic Red #290813

Tints of Rustic Red #290813

Color information

#290813 (or 0x290813) is unknown color: approx Rustic Red. HEX triplet: 29, 08 and 13. RGB value is (41,8,19). Sum of RGB (Red+Green+Blue) = 41+8+19=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290813 is #D6F7EC. Grayscale: #131313. Windows color (decimal): -14088173 or 1247273. OLE color: 1247273.

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

Color convert

RGB41819-
CMYK00.800.540.84
HSL340º67.35%9.61%-
HSV(B)340º80.49%16.08%-
XYZ1.120.690.69-
YUV19.12127.93143.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=60.29%
G=11.76%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4181900.800.540.8434067.359.61
Hex29813050365415443a
Octal51102301206612452410312
Binary10100110001001101010000110110101010010101010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290813; }

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

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

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

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

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

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

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

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