Shades of Rustic Red #180810
Tints of Rustic Red #180810
RGB
CMYK
RGB Variations
Color information
#180810 (or 0x180810) is known color: Rustic Red. HEX triplet: 18, 08 and 10. RGB value is (24,8,16). Sum of RGB (Red+Green+Blue) = 24+8+16=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180810 is #E7F7EF. Grayscale: #0D0D0D. Windows color (decimal): -15202288 or 1050648. OLE color: 1050648.
HSL color Cylindrical-coordinate representation of color #180810: hue angle of 330º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #180810 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 8 | 16 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.91 |
| HSL | 330º | 0.5% | 0.06% | - |
| HSV(B) | 330º | 0.67% | 0.09% | - |
| XYZ | 0.56 | 0.41 | 0.54 | - |
| YUV | 13.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 16 | 0 | 0.67 | 0.33 | 0.91 | 330 | 0.5 | 0.06 |
| Hex | 18 | 8 | 10 | 0 | 43 | 21 | 5B | 14A | 32 | 6 |
| Octal | 30 | 10 | 20 | 0 | 103 | 41 | 133 | 512 | 62 | 6 |
| Binary | 11000 | 1000 | 10000 | 0 | 1000011 | 100001 | 1011011 | 101001010 | 110010 | 110 |
Color Harmonies of #180810
Complementary color
Monochromatic Colors of #180810
Black with #180810
Text Example
Text Example
White with #180810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180810; }
p { color: rgb(24,8,16); }
H1.HeaderClassName
{
color: #180810;
}
.AnyTagClassName
{
color: #180810;
}
</style>
background-color css
<style>
a { background-color: #180810; }
a { background-color: rgb(24,8,16); }
div.DivClassName
{
background-color: #180810;
}
.BgClassName
{
background-color: #180810;
}
</style>
border-color css
<style>
span { border-color: #180810; }
span { border-color: rgb(24,8,16); }
td.TdClassName
{
border-color: #180810;
}
.TagClassName
{
border-color: #180810;
}
</style>