#290F18

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

Shades of Rustic Red #290F18

Tints of Rustic Red #290F18

Color information

#290F18 (or 0x290F18) is unknown color: approx Rustic Red. HEX triplet: 29, 0F and 18. RGB value is (41,15,24). Sum of RGB (Red+Green+Blue) = 41+15+24=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #290F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F18 is #D6F0E7. Grayscale: #171717. Windows color (decimal): -14086376 or 1576745. OLE color: 1576745.

HSL color Cylindrical-coordinate representation of color #290F18: hue angle of 339.23º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F18 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB411524-
CMYK00.630.410.84
HSL339.23º46.43%10.98%-
HSV(B)339.23º63.41%16.08%-
XYZ1.250.880.97-
YUV23.8128.11140.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 24 (9.77% from 255) = 30%
R=51.25%
G=18.75%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41152400.630.410.84339.2346.4310.98
Hex29F1803F29541532eb
Octal511730077511245235613
Binary101001111111000011111110100110101001010100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,15,24); }

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

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

 a { background-color: rgb(41,15,24); }

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

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

 span { border-color: rgb(41,15,24); }

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