Shades of Rustic Red #1C0A0D
Tints of Rustic Red #1C0A0D
RGB
CMYK
RGB Variations
Color information
#1C0A0D (or 0x1C0A0D) is known color: Rustic Red. HEX triplet: 1C, 0A and 0D. RGB value is (28,10,13). Sum of RGB (Red+Green+Blue) = 28+10+13=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A0D is #E3F5F2. Grayscale: #0F0F0F. Windows color (decimal): -14939635 or 854556. OLE color: 854556.
HSL color Cylindrical-coordinate representation of color #1C0A0D: hue angle of 350º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C0A0D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
RGB | 28 | 10 | 13 | - |
CMYK | 0 | 0.64 | 0.54 | 0.89 |
HSL | 350º | 0.47% | 0.07% | - |
HSV(B) | 350º | 0.64% | 0.11% | - |
XYZ | 0.66 | 0.49 | 0.44 | - |
YUV | 15.72 | 126.46 | 136.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 28 | 10 | 13 | 0 | 0.64 | 0.54 | 0.89 | 350 | 0.47 | 0.07 |
Hex | 1C | A | D | 0 | 40 | 36 | 59 | 15E | 2F | 7 |
Octal | 34 | 12 | 15 | 0 | 100 | 66 | 131 | 536 | 57 | 7 |
Binary | 11100 | 1010 | 1101 | 0 | 1000000 | 110110 | 1011001 | 101011110 | 101111 | 111 |
Color Harmonies of #1C0A0D
Complementary color
Monochromatic Colors of #1C0A0D
Black with #1C0A0D
Text Example
Text Example
White with #1C0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A0D; }
p { color: rgb(28,10,13); }
H1.HeaderClassName
{
color: #1C0A0D;
}
.AnyTagClassName
{
color: #1C0A0D;
}
</style>
background-color css
<style>
a { background-color: #1C0A0D; }
a { background-color: rgb(28,10,13); }
div.DivClassName
{
background-color: #1C0A0D;
}
.BgClassName
{
background-color: #1C0A0D;
}
</style>
border-color css
<style>
span { border-color: #1C0A0D; }
span { border-color: rgb(28,10,13); }
td.TdClassName
{
border-color: #1C0A0D;
}
.TagClassName
{
border-color: #1C0A0D;
}
</style>