Shades of Rustic Red #0C0408
Tints of Rustic Red #0C0408
RGB
CMYK
RGB Variations
Color information
#0C0408 (or 0x0C0408) is known color: Rustic Red. HEX triplet: 0C, 04 and 08. RGB value is (12,4,8). Sum of RGB (Red+Green+Blue) = 12+4+8=24 (3% of max value = 765). Red value is 12 (5.08% from 255 or 50% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0408 is #F3FBF7. Grayscale: #060606. Windows color (decimal): -15989752 or 525324. OLE color: 525324.
HSL color Cylindrical-coordinate representation of color #0C0408: hue angle of 330º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C0408 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 4 | 8 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.95 |
| HSL | 330º | 0.5% | 0.03% | - |
| HSV(B) | 330º | 0.67% | 0.05% | - |
| XYZ | 0.24 | 0.18 | 0.25 | - |
| YUV | 6.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 8 | 0 | 0.67 | 0.33 | 0.95 | 330 | 0.5 | 0.03 |
| Hex | C | 4 | 8 | 0 | 43 | 21 | 5F | 14A | 32 | 3 |
| Octal | 14 | 4 | 10 | 0 | 103 | 41 | 137 | 512 | 62 | 3 |
| Binary | 1100 | 100 | 1000 | 0 | 1000011 | 100001 | 1011111 | 101001010 | 110010 | 11 |
Color Harmonies of #0C0408
Complementary color
Monochromatic Colors of #0C0408
Black with #0C0408
Text Example
Text Example
White with #0C0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0408; }
p { color: rgb(12,4,8); }
H1.HeaderClassName
{
color: #0C0408;
}
.AnyTagClassName
{
color: #0C0408;
}
</style>
background-color css
<style>
a { background-color: #0C0408; }
a { background-color: rgb(12,4,8); }
div.DivClassName
{
background-color: #0C0408;
}
.BgClassName
{
background-color: #0C0408;
}
</style>
border-color css
<style>
span { border-color: #0C0408; }
span { border-color: rgb(12,4,8); }
td.TdClassName
{
border-color: #0C0408;
}
.TagClassName
{
border-color: #0C0408;
}
</style>