#290C0F

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

Shades of Rustic Red #290C0F

Tints of Rustic Red #290C0F

Color information

#290C0F (or 0x290C0F) is unknown color: approx Rustic Red. HEX triplet: 29, 0C and 0F. RGB value is (41,12,15). Sum of RGB (Red+Green+Blue) = 41+12+15=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C0F is #D6F3F0. Grayscale: #151515. Windows color (decimal): -14087153 or 986153. OLE color: 986153.

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

Color convert

RGB411215-
CMYK00.710.630.84
HSL353.79º54.72%10.39%-
HSV(B)353.79º70.73%16.08%-
XYZ1.130.770.54-
YUV21.01124.61142.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 12 (5.08% from 255) = 17.65%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=60.29%
G=17.65%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41121500.710.630.84353.7954.7210.39
Hex29CF0473F5416237a
Octal5114170107771245426712
Binary101001110011110100011111111110101001011000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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