Shades of Rustic Red #250F14
Tints of Rustic Red #250F14
RGB
CMYK
RGB Variations
Color information
#250F14 (or 0x250F14) is known color: Rustic Red. HEX triplet: 25, 0F and 14. RGB value is (37,15,20). Sum of RGB (Red+Green+Blue) = 37+15+20=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F14 is #DAF0EB. Grayscale: #161616. Windows color (decimal): -14348524 or 1314597. OLE color: 1314597.
HSL color Cylindrical-coordinate representation of color #250F14: hue angle of 346.36º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #250F14 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 20 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.85 |
| HSL | 346.36º | 0.42% | 0.1% | - |
| HSV(B) | 346.36º | 0.59% | 0.15% | - |
| XYZ | 1.06 | 0.79 | 0.76 | - |
| YUV | 22.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 20 | 0 | 0.59 | 0.46 | 0.85 | 346.36 | 0.42 | 0.1 |
| Hex | 25 | F | 14 | 0 | 3B | 2E | 55 | 15A | 2A | A |
| Octal | 45 | 17 | 24 | 0 | 73 | 56 | 125 | 532 | 52 | 12 |
| Binary | 100101 | 1111 | 10100 | 0 | 111011 | 101110 | 1010101 | 101011010 | 101010 | 1010 |
Color Harmonies of #250F14
Complementary color
Monochromatic Colors of #250F14
Black with #250F14
Text Example
Text Example
White with #250F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F14; }
p { color: rgb(37,15,20); }
H1.HeaderClassName
{
color: #250F14;
}
.AnyTagClassName
{
color: #250F14;
}
</style>
background-color css
<style>
a { background-color: #250F14; }
a { background-color: rgb(37,15,20); }
div.DivClassName
{
background-color: #250F14;
}
.BgClassName
{
background-color: #250F14;
}
</style>
border-color css
<style>
span { border-color: #250F14; }
span { border-color: rgb(37,15,20); }
td.TdClassName
{
border-color: #250F14;
}
.TagClassName
{
border-color: #250F14;
}
</style>