Shades of Rustic Red #25050F
Tints of Rustic Red #25050F
RGB
CMYK
RGB Variations
Color information
#25050F (or 0x25050F) is known color: Rustic Red. HEX triplet: 25, 05 and 0F. RGB value is (37,5,15). Sum of RGB (Red+Green+Blue) = 37+5+15=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050F is #DAFAF0. Grayscale: #0F0F0F. Windows color (decimal): -14351089 or 984357. OLE color: 984357.
HSL color Cylindrical-coordinate representation of color #25050F: hue angle of 341.25º 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 #25050F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 15 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.85 |
| HSL | 341.25º | 0.76% | 0.08% | - |
| HSV(B) | 341.25º | 0.86% | 0.15% | - |
| XYZ | 0.9 | 0.54 | 0.51 | - |
| YUV | 15.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 15 | 0 | 0.86 | 0.59 | 0.85 | 341.25 | 0.76 | 0.08 |
| Hex | 25 | 5 | F | 0 | 56 | 3B | 55 | 155 | 4C | 8 |
| Octal | 45 | 5 | 17 | 0 | 126 | 73 | 125 | 525 | 114 | 10 |
| Binary | 100101 | 101 | 1111 | 0 | 1010110 | 111011 | 1010101 | 101010101 | 1001100 | 1000 |
Color Harmonies of #25050F
Complementary color
Monochromatic Colors of #25050F
Black with #25050F
Text Example
Text Example
White with #25050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25050F; }
p { color: rgb(37,5,15); }
H1.HeaderClassName
{
color: #25050F;
}
.AnyTagClassName
{
color: #25050F;
}
</style>
background-color css
<style>
a { background-color: #25050F; }
a { background-color: rgb(37,5,15); }
div.DivClassName
{
background-color: #25050F;
}
.BgClassName
{
background-color: #25050F;
}
</style>
border-color css
<style>
span { border-color: #25050F; }
span { border-color: rgb(37,5,15); }
td.TdClassName
{
border-color: #25050F;
}
.TagClassName
{
border-color: #25050F;
}
</style>