Shades of Rustic Red #250411
Tints of Rustic Red #250411
RGB
CMYK
RGB Variations
Color information
#250411 (or 0x250411) is known color: Rustic Red. HEX triplet: 25, 04 and 11. RGB value is (37,4,17). Sum of RGB (Red+Green+Blue) = 37+4+17=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250411 is #DAFBEE. Grayscale: #0F0F0F. Windows color (decimal): -14351343 or 1115173. OLE color: 1115173.
HSL color Cylindrical-coordinate representation of color #250411: hue angle of 336.36º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250411 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 4 | 17 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.85 |
| HSL | 336.36º | 0.8% | 0.08% | - |
| HSV(B) | 336.36º | 0.89% | 0.15% | - |
| XYZ | 0.91 | 0.52 | 0.58 | - |
| YUV | 15.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 17 | 0 | 0.89 | 0.54 | 0.85 | 336.36 | 0.8 | 0.08 |
| Hex | 25 | 4 | 11 | 0 | 59 | 36 | 55 | 150 | 50 | 8 |
| Octal | 45 | 4 | 21 | 0 | 131 | 66 | 125 | 520 | 120 | 10 |
| Binary | 100101 | 100 | 10001 | 0 | 1011001 | 110110 | 1010101 | 101010000 | 1010000 | 1000 |
Color Harmonies of #250411
Complementary color
Monochromatic Colors of #250411
Black with #250411
Text Example
Text Example
White with #250411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250411; }
p { color: rgb(37,4,17); }
H1.HeaderClassName
{
color: #250411;
}
.AnyTagClassName
{
color: #250411;
}
</style>
background-color css
<style>
a { background-color: #250411; }
a { background-color: rgb(37,4,17); }
div.DivClassName
{
background-color: #250411;
}
.BgClassName
{
background-color: #250411;
}
</style>
border-color css
<style>
span { border-color: #250411; }
span { border-color: rgb(37,4,17); }
td.TdClassName
{
border-color: #250411;
}
.TagClassName
{
border-color: #250411;
}
</style>