Shades of Rustic Red #250613
Tints of Rustic Red #250613
RGB
CMYK
RGB Variations
Color information
#250613 (or 0x250613) is known color: Rustic Red. HEX triplet: 25, 06 and 13. RGB value is (37,6,19). Sum of RGB (Red+Green+Blue) = 37+6+19=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250613 is #DAF9EC. Grayscale: #101010. Windows color (decimal): -14350829 or 1246757. OLE color: 1246757.
HSL color Cylindrical-coordinate representation of color #250613: hue angle of 334.84º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250613 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 19 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.85 |
| HSL | 334.84º | 0.72% | 0.08% | - |
| HSV(B) | 334.84º | 0.84% | 0.15% | - |
| XYZ | 0.95 | 0.57 | 0.68 | - |
| YUV | 16.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 19 | 0 | 0.84 | 0.49 | 0.85 | 334.84 | 0.72 | 0.08 |
| Hex | 25 | 6 | 13 | 0 | 54 | 31 | 55 | 14F | 48 | 8 |
| Octal | 45 | 6 | 23 | 0 | 124 | 61 | 125 | 517 | 110 | 10 |
| Binary | 100101 | 110 | 10011 | 0 | 1010100 | 110001 | 1010101 | 101001111 | 1001000 | 1000 |
Color Harmonies of #250613
Complementary color
Monochromatic Colors of #250613
Black with #250613
Text Example
Text Example
White with #250613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250613; }
p { color: rgb(37,6,19); }
H1.HeaderClassName
{
color: #250613;
}
.AnyTagClassName
{
color: #250613;
}
</style>
background-color css
<style>
a { background-color: #250613; }
a { background-color: rgb(37,6,19); }
div.DivClassName
{
background-color: #250613;
}
.BgClassName
{
background-color: #250613;
}
</style>
border-color css
<style>
span { border-color: #250613; }
span { border-color: rgb(37,6,19); }
td.TdClassName
{
border-color: #250613;
}
.TagClassName
{
border-color: #250613;
}
</style>