Shades of Rustic Red #25070A
Tints of Rustic Red #25070A
RGB
CMYK
RGB Variations
Color information
#25070A (or 0x25070A) is known color: Rustic Red. HEX triplet: 25, 07 and 0A. RGB value is (37,7,10). Sum of RGB (Red+Green+Blue) = 37+7+10=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070A is #DAF8F5. Grayscale: #101010. Windows color (decimal): -14350582 or 657189. OLE color: 657189.
HSL color Cylindrical-coordinate representation of color #25070A: hue angle of 354º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25070A is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 7 | 10 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.85 |
| HSL | 354º | 0.68% | 0.09% | - |
| HSV(B) | 354º | 0.81% | 0.15% | - |
| XYZ | 0.89 | 0.57 | 0.35 | - |
| YUV | 16.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 10 | 0 | 0.81 | 0.73 | 0.85 | 354 | 0.68 | 0.09 |
| Hex | 25 | 7 | A | 0 | 51 | 49 | 55 | 162 | 44 | 9 |
| Octal | 45 | 7 | 12 | 0 | 121 | 111 | 125 | 542 | 104 | 11 |
| Binary | 100101 | 111 | 1010 | 0 | 1010001 | 1001001 | 1010101 | 101100010 | 1000100 | 1001 |
Color Harmonies of #25070A
Complementary color
Monochromatic Colors of #25070A
Black with #25070A
Text Example
Text Example
White with #25070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25070A; }
p { color: rgb(37,7,10); }
H1.HeaderClassName
{
color: #25070A;
}
.AnyTagClassName
{
color: #25070A;
}
</style>
background-color css
<style>
a { background-color: #25070A; }
a { background-color: rgb(37,7,10); }
div.DivClassName
{
background-color: #25070A;
}
.BgClassName
{
background-color: #25070A;
}
</style>
border-color css
<style>
span { border-color: #25070A; }
span { border-color: rgb(37,7,10); }
td.TdClassName
{
border-color: #25070A;
}
.TagClassName
{
border-color: #25070A;
}
</style>