Shades of Rustic Red #25010E
Tints of Rustic Red #25010E
RGB
CMYK
RGB Variations
Color information
#25010E (or 0x25010E) is known color: Rustic Red. HEX triplet: 25, 01 and 0E. RGB value is (37,1,14). Sum of RGB (Red+Green+Blue) = 37+1+14=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25010E is #DAFEF1. Grayscale: #0D0D0D. Windows color (decimal): -14352114 or 917797. OLE color: 917797.
HSL color Cylindrical-coordinate representation of color #25010E: hue angle of 338.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25010E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 1 | 14 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.85 |
| HSL | 338.33º | 0.95% | 0.07% | - |
| HSV(B) | 338.33º | 0.97% | 0.15% | - |
| XYZ | 0.85 | 0.45 | 0.46 | - |
| YUV | 13.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 14 | 0 | 0.97 | 0.62 | 0.85 | 338.33 | 0.95 | 0.07 |
| Hex | 25 | 1 | E | 0 | 61 | 3E | 55 | 152 | 5F | 7 |
| Octal | 45 | 1 | 16 | 0 | 141 | 76 | 125 | 522 | 137 | 7 |
| Binary | 100101 | 1 | 1110 | 0 | 1100001 | 111110 | 1010101 | 101010010 | 1011111 | 111 |
Color Harmonies of #25010E
Complementary color
Monochromatic Colors of #25010E
Black with #25010E
Text Example
Text Example
White with #25010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25010E; }
p { color: rgb(37,1,14); }
H1.HeaderClassName
{
color: #25010E;
}
.AnyTagClassName
{
color: #25010E;
}
</style>
background-color css
<style>
a { background-color: #25010E; }
a { background-color: rgb(37,1,14); }
div.DivClassName
{
background-color: #25010E;
}
.BgClassName
{
background-color: #25010E;
}
</style>
border-color css
<style>
span { border-color: #25010E; }
span { border-color: rgb(37,1,14); }
td.TdClassName
{
border-color: #25010E;
}
.TagClassName
{
border-color: #25010E;
}
</style>