#290C0D

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

Shades of Rustic Red #290C0D

Tints of Rustic Red #290C0D

Color information

#290C0D (or 0x290C0D) is unknown color: approx Rustic Red. HEX triplet: 29, 0C and 0D. RGB value is (41,12,13). Sum of RGB (Red+Green+Blue) = 41+12+13=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C0D is #D6F3F2. Grayscale: #141414. Windows color (decimal): -14087155 or 855081. OLE color: 855081.

HSL color Cylindrical-coordinate representation of color #290C0D: hue angle of 357.93º 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 #290C0D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB411213-
CMYK00.710.680.84
HSL357.93º54.72%10.39%-
HSV(B)357.93º70.73%16.08%-
XYZ1.120.760.47-
YUV20.78123.61142.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 62.12%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=62.12%
G=18.18%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41121300.710.680.84357.9354.7210.39
Hex29CD047445416637a
Octal51141501071041245466712
Binary1010011100110101000111100010010101001011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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