Shades of Rustic Red #250F12
Tints of Rustic Red #250F12
RGB
CMYK
RGB Variations
Color information
#250F12 (or 0x250F12) is known color: Rustic Red. HEX triplet: 25, 0F and 12. RGB value is (37,15,18). Sum of RGB (Red+Green+Blue) = 37+15+18=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F12 is #DAF0ED. Grayscale: #151515. Windows color (decimal): -14348526 or 1183525. OLE color: 1183525.
HSL color Cylindrical-coordinate representation of color #250F12: hue angle of 351.82º 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 #250F12 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 18 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.85 |
| HSL | 351.82º | 0.42% | 0.1% | - |
| HSV(B) | 351.82º | 0.59% | 0.15% | - |
| XYZ | 1.04 | 0.78 | 0.67 | - |
| YUV | 21.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 18 | 0 | 0.59 | 0.51 | 0.85 | 351.82 | 0.42 | 0.1 |
| Hex | 25 | F | 12 | 0 | 3B | 33 | 55 | 160 | 2A | A |
| Octal | 45 | 17 | 22 | 0 | 73 | 63 | 125 | 540 | 52 | 12 |
| Binary | 100101 | 1111 | 10010 | 0 | 111011 | 110011 | 1010101 | 101100000 | 101010 | 1010 |
Color Harmonies of #250F12
Complementary color
Monochromatic Colors of #250F12
Black with #250F12
Text Example
Text Example
White with #250F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F12; }
p { color: rgb(37,15,18); }
H1.HeaderClassName
{
color: #250F12;
}
.AnyTagClassName
{
color: #250F12;
}
</style>
background-color css
<style>
a { background-color: #250F12; }
a { background-color: rgb(37,15,18); }
div.DivClassName
{
background-color: #250F12;
}
.BgClassName
{
background-color: #250F12;
}
</style>
border-color css
<style>
span { border-color: #250F12; }
span { border-color: rgb(37,15,18); }
td.TdClassName
{
border-color: #250F12;
}
.TagClassName
{
border-color: #250F12;
}
</style>