Shades of Rustic Red #12030B
Tints of Rustic Red #12030B
RGB
CMYK
RGB Variations
Color information
#12030B (or 0x12030B) is known color: Rustic Red. HEX triplet: 12, 03 and 0B. RGB value is (18,3,11). Sum of RGB (Red+Green+Blue) = 18+3+11=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #12030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030B is #EDFCF4. Grayscale: #080808. Windows color (decimal): -15596789 or 721682. OLE color: 721682.
HSL color Cylindrical-coordinate representation of color #12030B: hue angle of 328º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12030B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 3 | 11 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.93 |
| HSL | 328º | 0.71% | 0.04% | - |
| HSV(B) | 328º | 0.83% | 0.07% | - |
| XYZ | 0.34 | 0.22 | 0.34 | - |
| YUV | 8.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 11 | 0 | 0.83 | 0.39 | 0.93 | 328 | 0.71 | 0.04 |
| Hex | 12 | 3 | B | 0 | 53 | 27 | 5D | 148 | 47 | 4 |
| Octal | 22 | 3 | 13 | 0 | 123 | 47 | 135 | 510 | 107 | 4 |
| Binary | 10010 | 11 | 1011 | 0 | 1010011 | 100111 | 1011101 | 101001000 | 1000111 | 100 |
Color Harmonies of #12030B
Complementary color
Monochromatic Colors of #12030B
Black with #12030B
Text Example
Text Example
White with #12030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12030B; }
p { color: rgb(18,3,11); }
H1.HeaderClassName
{
color: #12030B;
}
.AnyTagClassName
{
color: #12030B;
}
</style>
background-color css
<style>
a { background-color: #12030B; }
a { background-color: rgb(18,3,11); }
div.DivClassName
{
background-color: #12030B;
}
.BgClassName
{
background-color: #12030B;
}
</style>
border-color css
<style>
span { border-color: #12030B; }
span { border-color: rgb(18,3,11); }
td.TdClassName
{
border-color: #12030B;
}
.TagClassName
{
border-color: #12030B;
}
</style>