Shades of Rustic Red #0C0A0B
Tints of Rustic Red #0C0A0B
RGB
CMYK
RGB Variations
Color information
#0C0A0B (or 0x0C0A0B) is known color: Rustic Red. HEX triplet: 0C, 0A and 0B. RGB value is (12,10,11). Sum of RGB (Red+Green+Blue) = 12+10+11=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A0B is #F3F5F4. Grayscale: #0A0A0A. Windows color (decimal): -15988213 or 723468. OLE color: 723468.
HSL color Cylindrical-coordinate representation of color #0C0A0B: hue angle of 330º degrees, saturation: 0.09, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #0C0A0B is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 10 | 11 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.95 |
| HSL | 330º | 0.09% | 0.04% | - |
| HSV(B) | 330º | 0.17% | 0.05% | - |
| XYZ | 0.32 | 0.32 | 0.36 | - |
| YUV | 10.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 11 | 0 | 0.17 | 0.08 | 0.95 | 330 | 0.09 | 0.04 |
| Hex | C | A | B | 0 | 11 | 8 | 5F | 14A | 9 | 4 |
| Octal | 14 | 12 | 13 | 0 | 21 | 10 | 137 | 512 | 11 | 4 |
| Binary | 1100 | 1010 | 1011 | 0 | 10001 | 1000 | 1011111 | 101001010 | 1001 | 100 |
Color Harmonies of #0C0A0B
Complementary color
Monochromatic Colors of #0C0A0B
Black with #0C0A0B
Text Example
Text Example
White with #0C0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0A0B; }
p { color: rgb(12,10,11); }
H1.HeaderClassName
{
color: #0C0A0B;
}
.AnyTagClassName
{
color: #0C0A0B;
}
</style>
background-color css
<style>
a { background-color: #0C0A0B; }
a { background-color: rgb(12,10,11); }
div.DivClassName
{
background-color: #0C0A0B;
}
.BgClassName
{
background-color: #0C0A0B;
}
</style>
border-color css
<style>
span { border-color: #0C0A0B; }
span { border-color: rgb(12,10,11); }
td.TdClassName
{
border-color: #0C0A0B;
}
.TagClassName
{
border-color: #0C0A0B;
}
</style>