#290A15

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

Shades of Rustic Red #290A15

Tints of Rustic Red #290A15

Color information

#290A15 (or 0x290A15) is unknown color: approx Rustic Red. HEX triplet: 29, 0A and 15. RGB value is (41,10,21). Sum of RGB (Red+Green+Blue) = 41+10+21=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #290A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290A15 is #D6F5EA. Grayscale: #141414. Windows color (decimal): -14087659 or 1378857. OLE color: 1378857.

HSL color Cylindrical-coordinate representation of color #290A15: hue angle of 338.71º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290A15 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB411021-
CMYK00.760.490.84
HSL338.71º60.78%10%-
HSV(B)338.71º75.61%16.08%-
XYZ1.160.740.79-
YUV20.52128.27142.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.94%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=56.94%
G=13.89%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41102100.760.490.84338.7160.7810
Hex29A1504C31541533da
Octal5112250114611245237512
Binary1010011010101010100110011000110101001010100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290A15; }

 p { color: rgb(41,10,21); }

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

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

 a { background-color: rgb(41,10,21); }

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

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

 span { border-color: rgb(41,10,21); }

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