Shades of Rustic Red #25050A
Tints of Rustic Red #25050A
RGB
CMYK
RGB Variations
Color information
#25050A (or 0x25050A) is known color: Rustic Red. HEX triplet: 25, 05 and 0A. RGB value is (37,5,10). Sum of RGB (Red+Green+Blue) = 37+5+10=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050A is #DAFAF5. Grayscale: #0F0F0F. Windows color (decimal): -14351094 or 656677. OLE color: 656677.
HSL color Cylindrical-coordinate representation of color #25050A: hue angle of 350.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25050A is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 10 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.85 |
| HSL | 350.63º | 0.76% | 0.08% | - |
| HSV(B) | 350.63º | 0.86% | 0.15% | - |
| XYZ | 0.87 | 0.52 | 0.34 | - |
| YUV | 15.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 10 | 0 | 0.86 | 0.73 | 0.85 | 350.63 | 0.76 | 0.08 |
| Hex | 25 | 5 | A | 0 | 56 | 49 | 55 | 15F | 4C | 8 |
| Octal | 45 | 5 | 12 | 0 | 126 | 111 | 125 | 537 | 114 | 10 |
| Binary | 100101 | 101 | 1010 | 0 | 1010110 | 1001001 | 1010101 | 101011111 | 1001100 | 1000 |
Color Harmonies of #25050A
Complementary color
Monochromatic Colors of #25050A
Black with #25050A
Text Example
Text Example
White with #25050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25050A; }
p { color: rgb(37,5,10); }
H1.HeaderClassName
{
color: #25050A;
}
.AnyTagClassName
{
color: #25050A;
}
</style>
background-color css
<style>
a { background-color: #25050A; }
a { background-color: rgb(37,5,10); }
div.DivClassName
{
background-color: #25050A;
}
.BgClassName
{
background-color: #25050A;
}
</style>
border-color css
<style>
span { border-color: #25050A; }
span { border-color: rgb(37,5,10); }
td.TdClassName
{
border-color: #25050A;
}
.TagClassName
{
border-color: #25050A;
}
</style>