Shades of Rustic Red #10080C
Tints of Rustic Red #10080C
RGB
CMYK
RGB Variations
Color information
#10080C (or 0x10080C) is known color: Rustic Red. HEX triplet: 10, 08 and 0C. RGB value is (16,8,12). Sum of RGB (Red+Green+Blue) = 16+8+12=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #10080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10080C is #EFF7F3. Grayscale: #0A0A0A. Windows color (decimal): -15726580 or 788496. OLE color: 788496.
HSL color Cylindrical-coordinate representation of color #10080C: hue angle of 330º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10080C is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
RGB | 16 | 8 | 12 | - |
CMYK | 0 | 0.50 | 0.25 | 0.94 |
HSL | 330º | 0.33% | 0.05% | - |
HSV(B) | 330º | 0.5% | 0.06% | - |
XYZ | 0.37 | 0.31 | 0.39 | - |
YUV | 10.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 8 | 12 | 0 | 0.50 | 0.25 | 0.94 | 330 | 0.33 | 0.05 |
Hex | 10 | 8 | C | 0 | 32 | 19 | 5E | 14A | 21 | 5 |
Octal | 20 | 10 | 14 | 0 | 62 | 31 | 136 | 512 | 41 | 5 |
Binary | 10000 | 1000 | 1100 | 0 | 110010 | 11001 | 1011110 | 101001010 | 100001 | 101 |
Color Harmonies of #10080C
Complementary color
Monochromatic Colors of #10080C
Black with #10080C
Text Example
Text Example
White with #10080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10080C; }
p { color: rgb(16,8,12); }
H1.HeaderClassName
{
color: #10080C;
}
.AnyTagClassName
{
color: #10080C;
}
</style>
background-color css
<style>
a { background-color: #10080C; }
a { background-color: rgb(16,8,12); }
div.DivClassName
{
background-color: #10080C;
}
.BgClassName
{
background-color: #10080C;
}
</style>
border-color css
<style>
span { border-color: #10080C; }
span { border-color: rgb(16,8,12); }
td.TdClassName
{
border-color: #10080C;
}
.TagClassName
{
border-color: #10080C;
}
</style>