Shades of Rustic Red #250D14
Tints of Rustic Red #250D14
RGB
CMYK
RGB Variations
Color information
#250D14 (or 0x250D14) is known color: Rustic Red. HEX triplet: 25, 0D and 14. RGB value is (37,13,20). Sum of RGB (Red+Green+Blue) = 37+13+20=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D14 is #DAF2EB. Grayscale: #141414. Windows color (decimal): -14349036 or 1314085. OLE color: 1314085.
HSL color Cylindrical-coordinate representation of color #250D14: hue angle of 342.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D14 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 20 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.85 |
| HSL | 342.5º | 0.48% | 0.1% | - |
| HSV(B) | 342.5º | 0.65% | 0.15% | - |
| XYZ | 1.03 | 0.73 | 0.75 | - |
| YUV | 20.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 20 | 0 | 0.65 | 0.46 | 0.85 | 342.5 | 0.48 | 0.1 |
| Hex | 25 | D | 14 | 0 | 41 | 2E | 55 | 156 | 30 | A |
| Octal | 45 | 15 | 24 | 0 | 101 | 56 | 125 | 526 | 60 | 12 |
| Binary | 100101 | 1101 | 10100 | 0 | 1000001 | 101110 | 1010101 | 101010110 | 110000 | 1010 |
Color Harmonies of #250D14
Complementary color
Monochromatic Colors of #250D14
Black with #250D14
Text Example
Text Example
White with #250D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D14; }
p { color: rgb(37,13,20); }
H1.HeaderClassName
{
color: #250D14;
}
.AnyTagClassName
{
color: #250D14;
}
</style>
background-color css
<style>
a { background-color: #250D14; }
a { background-color: rgb(37,13,20); }
div.DivClassName
{
background-color: #250D14;
}
.BgClassName
{
background-color: #250D14;
}
</style>
border-color css
<style>
span { border-color: #250D14; }
span { border-color: rgb(37,13,20); }
td.TdClassName
{
border-color: #250D14;
}
.TagClassName
{
border-color: #250D14;
}
</style>