Shades of Rustic Red #25070F
Tints of Rustic Red #25070F
RGB
CMYK
RGB Variations
Color information
#25070F (or 0x25070F) is known color: Rustic Red. HEX triplet: 25, 07 and 0F. RGB value is (37,7,15). Sum of RGB (Red+Green+Blue) = 37+7+15=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #25070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070F is #DAF8F0. Grayscale: #101010. Windows color (decimal): -14350577 or 984869. OLE color: 984869.
HSL color Cylindrical-coordinate representation of color #25070F: hue angle of 344º 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 #25070F is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 7 | 15 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.85 |
| HSL | 344º | 0.68% | 0.09% | - |
| HSV(B) | 344º | 0.81% | 0.15% | - |
| XYZ | 0.93 | 0.58 | 0.52 | - |
| YUV | 16.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 15 | 0 | 0.81 | 0.59 | 0.85 | 344 | 0.68 | 0.09 |
| Hex | 25 | 7 | F | 0 | 51 | 3B | 55 | 158 | 44 | 9 |
| Octal | 45 | 7 | 17 | 0 | 121 | 73 | 125 | 530 | 104 | 11 |
| Binary | 100101 | 111 | 1111 | 0 | 1010001 | 111011 | 1010101 | 101011000 | 1000100 | 1001 |
Color Harmonies of #25070F
Complementary color
Monochromatic Colors of #25070F
Black with #25070F
Text Example
Text Example
White with #25070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25070F; }
p { color: rgb(37,7,15); }
H1.HeaderClassName
{
color: #25070F;
}
.AnyTagClassName
{
color: #25070F;
}
</style>
background-color css
<style>
a { background-color: #25070F; }
a { background-color: rgb(37,7,15); }
div.DivClassName
{
background-color: #25070F;
}
.BgClassName
{
background-color: #25070F;
}
</style>
border-color css
<style>
span { border-color: #25070F; }
span { border-color: rgb(37,7,15); }
td.TdClassName
{
border-color: #25070F;
}
.TagClassName
{
border-color: #25070F;
}
</style>