Shades of Rustic Red #2F030A
Tints of Rustic Red #2F030A
RGB
CMYK
RGB Variations
Color information
#2F030A (or 0x2F030A) is known color: Rustic Red. HEX triplet: 2F, 03 and 0A. RGB value is (47,3,10). Sum of RGB (Red+Green+Blue) = 47+3+10=60 (7% of max value = 765). Red value is 47 (18.75% from 255 or 78.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 47 - color contains mainly: red. Hex color #2F030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F030A is #D0FCF5. Grayscale: #101010. Windows color (decimal): -13696246 or 656175. OLE color: 656175.
HSL color Cylindrical-coordinate representation of color #2F030A: hue angle of 350.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F030A is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 10 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.82 |
| HSL | 350.45º | 0.88% | 0.1% | - |
| HSV(B) | 350.45º | 0.94% | 0.18% | - |
| XYZ | 1.26 | 0.69 | 0.35 | - |
| YUV | 16.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 10 | 0 | 0.94 | 0.79 | 0.82 | 350.45 | 0.88 | 0.1 |
| Hex | 2F | 3 | A | 0 | 5E | 4F | 52 | 15E | 58 | A |
| Octal | 57 | 3 | 12 | 0 | 136 | 117 | 122 | 536 | 130 | 12 |
| Binary | 101111 | 11 | 1010 | 0 | 1011110 | 1001111 | 1010010 | 101011110 | 1011000 | 1010 |
Color Harmonies of #2F030A
Complementary color
Monochromatic Colors of #2F030A
Black with #2F030A
Text Example
Text Example
White with #2F030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F030A; }
p { color: rgb(47,3,10); }
H1.HeaderClassName
{
color: #2F030A;
}
.AnyTagClassName
{
color: #2F030A;
}
</style>
background-color css
<style>
a { background-color: #2F030A; }
a { background-color: rgb(47,3,10); }
div.DivClassName
{
background-color: #2F030A;
}
.BgClassName
{
background-color: #2F030A;
}
</style>
border-color css
<style>
span { border-color: #2F030A; }
span { border-color: rgb(47,3,10); }
td.TdClassName
{
border-color: #2F030A;
}
.TagClassName
{
border-color: #2F030A;
}
</style>