Shades of Rustic Red #25080E
Tints of Rustic Red #25080E
RGB
CMYK
RGB Variations
Color information
#25080E (or 0x25080E) is known color: Rustic Red. HEX triplet: 25, 08 and 0E. RGB value is (37,8,14). Sum of RGB (Red+Green+Blue) = 37+8+14=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #25080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25080E is #DAF7F1. Grayscale: #111111. Windows color (decimal): -14350322 or 919589. OLE color: 919589.
HSL color Cylindrical-coordinate representation of color #25080E: hue angle of 347.59º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25080E is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 8 | 14 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.85 |
| HSL | 347.59º | 0.64% | 0.09% | - |
| HSV(B) | 347.59º | 0.78% | 0.15% | - |
| XYZ | 0.93 | 0.6 | 0.48 | - |
| YUV | 17.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 14 | 0 | 0.78 | 0.62 | 0.85 | 347.59 | 0.64 | 0.09 |
| Hex | 25 | 8 | E | 0 | 4E | 3E | 55 | 15C | 40 | 9 |
| Octal | 45 | 10 | 16 | 0 | 116 | 76 | 125 | 534 | 100 | 11 |
| Binary | 100101 | 1000 | 1110 | 0 | 1001110 | 111110 | 1010101 | 101011100 | 1000000 | 1001 |
Color Harmonies of #25080E
Complementary color
Monochromatic Colors of #25080E
Black with #25080E
Text Example
Text Example
White with #25080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25080E; }
p { color: rgb(37,8,14); }
H1.HeaderClassName
{
color: #25080E;
}
.AnyTagClassName
{
color: #25080E;
}
</style>
background-color css
<style>
a { background-color: #25080E; }
a { background-color: rgb(37,8,14); }
div.DivClassName
{
background-color: #25080E;
}
.BgClassName
{
background-color: #25080E;
}
</style>
border-color css
<style>
span { border-color: #25080E; }
span { border-color: rgb(37,8,14); }
td.TdClassName
{
border-color: #25080E;
}
.TagClassName
{
border-color: #25080E;
}
</style>