Shades of Rustic Red #0A0708
Tints of Rustic Red #0A0708
RGB
CMYK
RGB Variations
Color information
#0A0708 (or 0x0A0708) is known color: Rustic Red. HEX triplet: 0A, 07 and 08. RGB value is (10,7,8). Sum of RGB (Red+Green+Blue) = 10+7+8=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0708 is #F5F8F7. Grayscale: #080808. Windows color (decimal): -16120056 or 526090. OLE color: 526090.
HSL color Cylindrical-coordinate representation of color #0A0708: hue angle of 340º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #0A0708 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
RGB | 10 | 7 | 8 | - |
CMYK | 0 | 0.30 | 0.2 | 0.96 |
HSL | 340º | 0.18% | 0.03% | - |
HSV(B) | 340º | 0.3% | 0.04% | - |
XYZ | 0.24 | 0.23 | 0.26 | - |
YUV | 8.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 7 | 8 | 0 | 0.30 | 0.2 | 0.96 | 340 | 0.18 | 0.03 |
Hex | A | 7 | 8 | 0 | 1E | 14 | 60 | 154 | 12 | 3 |
Octal | 12 | 7 | 10 | 0 | 36 | 24 | 140 | 524 | 22 | 3 |
Binary | 1010 | 111 | 1000 | 0 | 11110 | 10100 | 1100000 | 101010100 | 10010 | 11 |
Color Harmonies of #0A0708
Complementary color
Monochromatic Colors of #0A0708
Black with #0A0708
Text Example
Text Example
White with #0A0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0708; }
p { color: rgb(10,7,8); }
H1.HeaderClassName
{
color: #0A0708;
}
.AnyTagClassName
{
color: #0A0708;
}
</style>
background-color css
<style>
a { background-color: #0A0708; }
a { background-color: rgb(10,7,8); }
div.DivClassName
{
background-color: #0A0708;
}
.BgClassName
{
background-color: #0A0708;
}
</style>
border-color css
<style>
span { border-color: #0A0708; }
span { border-color: rgb(10,7,8); }
td.TdClassName
{
border-color: #0A0708;
}
.TagClassName
{
border-color: #0A0708;
}
</style>