Shades of Rustic Red #18090F
Tints of Rustic Red #18090F
RGB
CMYK
RGB Variations
Color information
#18090F (or 0x18090F) is known color: Rustic Red. HEX triplet: 18, 09 and 0F. RGB value is (24,9,15). Sum of RGB (Red+Green+Blue) = 24+9+15=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #18090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090F is #E7F6F0. Grayscale: #0E0E0E. Windows color (decimal): -15202033 or 985368. OLE color: 985368.
HSL color Cylindrical-coordinate representation of color #18090F: hue angle of 336º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18090F is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 9 | 15 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.91 |
| HSL | 336º | 0.45% | 0.06% | - |
| HSV(B) | 336º | 0.63% | 0.09% | - |
| XYZ | 0.56 | 0.42 | 0.5 | - |
| YUV | 14.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 15 | 0 | 0.63 | 0.37 | 0.91 | 336 | 0.45 | 0.06 |
| Hex | 18 | 9 | F | 0 | 3F | 25 | 5B | 150 | 2D | 6 |
| Octal | 30 | 11 | 17 | 0 | 77 | 45 | 133 | 520 | 55 | 6 |
| Binary | 11000 | 1001 | 1111 | 0 | 111111 | 100101 | 1011011 | 101010000 | 101101 | 110 |
Color Harmonies of #18090F
Complementary color
Monochromatic Colors of #18090F
Black with #18090F
Text Example
Text Example
White with #18090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18090F; }
p { color: rgb(24,9,15); }
H1.HeaderClassName
{
color: #18090F;
}
.AnyTagClassName
{
color: #18090F;
}
</style>
background-color css
<style>
a { background-color: #18090F; }
a { background-color: rgb(24,9,15); }
div.DivClassName
{
background-color: #18090F;
}
.BgClassName
{
background-color: #18090F;
}
</style>
border-color css
<style>
span { border-color: #18090F; }
span { border-color: rgb(24,9,15); }
td.TdClassName
{
border-color: #18090F;
}
.TagClassName
{
border-color: #18090F;
}
</style>