Shades of Rustic Red #181213
Tints of Rustic Red #181213
RGB
CMYK
RGB Variations
Color information
#181213 (or 0x181213) is known color: Rustic Red. HEX triplet: 18, 12 and 13. RGB value is (24,18,19). Sum of RGB (Red+Green+Blue) = 24+18+19=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #181213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181213 is #E7EDEC. Grayscale: #131313. Windows color (decimal): -15199725 or 1249816. OLE color: 1249816.
HSL color Cylindrical-coordinate representation of color #181213: hue angle of 350º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181213 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
RGB | 24 | 18 | 19 | - |
CMYK | 0 | 0.25 | 0.21 | 0.91 |
HSL | 350º | 0.14% | 0.08% | - |
HSV(B) | 350º | 0.25% | 0.09% | - |
XYZ | 0.71 | 0.67 | 0.71 | - |
YUV | 19.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 18 | 19 | 0 | 0.25 | 0.21 | 0.91 | 350 | 0.14 | 0.08 |
Hex | 18 | 12 | 13 | 0 | 19 | 15 | 5B | 15E | E | 8 |
Octal | 30 | 22 | 23 | 0 | 31 | 25 | 133 | 536 | 16 | 10 |
Binary | 11000 | 10010 | 10011 | 0 | 11001 | 10101 | 1011011 | 101011110 | 1110 | 1000 |
Color Harmonies of #181213
Complementary color
Monochromatic Colors of #181213
Black with #181213
Text Example
Text Example
White with #181213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181213; }
p { color: rgb(24,18,19); }
H1.HeaderClassName
{
color: #181213;
}
.AnyTagClassName
{
color: #181213;
}
</style>
background-color css
<style>
a { background-color: #181213; }
a { background-color: rgb(24,18,19); }
div.DivClassName
{
background-color: #181213;
}
.BgClassName
{
background-color: #181213;
}
</style>
border-color css
<style>
span { border-color: #181213; }
span { border-color: rgb(24,18,19); }
td.TdClassName
{
border-color: #181213;
}
.TagClassName
{
border-color: #181213;
}
</style>