Shades of Rustic Red #180103
Tints of Rustic Red #180103
RGB
CMYK
RGB Variations
Color information
#180103 (or 0x180103) is known color: Rustic Red. HEX triplet: 18, 01 and 03. RGB value is (24,1,3). Sum of RGB (Red+Green+Blue) = 24+1+3=28 (3% of max value = 765). Red value is 24 (9.77% from 255 or 85.71% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 24 - color contains mainly: red. Hex color #180103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180103 is #E7FEFC. Grayscale: #080808. Windows color (decimal): -15204093 or 196888. OLE color: 196888.
HSL color Cylindrical-coordinate representation of color #180103: hue angle of 354.78º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180103 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 1 | 3 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.91 |
| HSL | 354.78º | 0.92% | 0.05% | - |
| HSV(B) | 354.78º | 0.96% | 0.09% | - |
| XYZ | 0.4 | 0.22 | 0.11 | - |
| YUV | 8.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 3 | 0 | 0.96 | 0.88 | 0.91 | 354.78 | 0.92 | 0.05 |
| Hex | 18 | 1 | 3 | 0 | 60 | 58 | 5B | 163 | 5C | 5 |
| Octal | 30 | 1 | 3 | 0 | 140 | 130 | 133 | 543 | 134 | 5 |
| Binary | 11000 | 1 | 11 | 0 | 1100000 | 1011000 | 1011011 | 101100011 | 1011100 | 101 |
Color Harmonies of #180103
Complementary color
Monochromatic Colors of #180103
Black with #180103
Text Example
Text Example
White with #180103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180103; }
p { color: rgb(24,1,3); }
H1.HeaderClassName
{
color: #180103;
}
.AnyTagClassName
{
color: #180103;
}
</style>
background-color css
<style>
a { background-color: #180103; }
a { background-color: rgb(24,1,3); }
div.DivClassName
{
background-color: #180103;
}
.BgClassName
{
background-color: #180103;
}
</style>
border-color css
<style>
span { border-color: #180103; }
span { border-color: rgb(24,1,3); }
td.TdClassName
{
border-color: #180103;
}
.TagClassName
{
border-color: #180103;
}
</style>