Shades of Rustic Red #250509
Tints of Rustic Red #250509
RGB
CMYK
RGB Variations
Color information
#250509 (or 0x250509) is known color: Rustic Red. HEX triplet: 25, 05 and 09. RGB value is (37,5,9). Sum of RGB (Red+Green+Blue) = 37+5+9=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #250509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250509 is #DAFAF6. Grayscale: #0F0F0F. Windows color (decimal): -14351095 or 591141. OLE color: 591141.
HSL color Cylindrical-coordinate representation of color #250509: hue angle of 352.5º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250509 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 9 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.85 |
| HSL | 352.5º | 0.76% | 0.08% | - |
| HSV(B) | 352.5º | 0.86% | 0.15% | - |
| XYZ | 0.87 | 0.52 | 0.31 | - |
| YUV | 15.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 9 | 0 | 0.86 | 0.76 | 0.85 | 352.5 | 0.76 | 0.08 |
| Hex | 25 | 5 | 9 | 0 | 56 | 4C | 55 | 160 | 4C | 8 |
| Octal | 45 | 5 | 11 | 0 | 126 | 114 | 125 | 540 | 114 | 10 |
| Binary | 100101 | 101 | 1001 | 0 | 1010110 | 1001100 | 1010101 | 101100000 | 1001100 | 1000 |
Color Harmonies of #250509
Complementary color
Monochromatic Colors of #250509
Black with #250509
Text Example
Text Example
White with #250509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250509; }
p { color: rgb(37,5,9); }
H1.HeaderClassName
{
color: #250509;
}
.AnyTagClassName
{
color: #250509;
}
</style>
background-color css
<style>
a { background-color: #250509; }
a { background-color: rgb(37,5,9); }
div.DivClassName
{
background-color: #250509;
}
.BgClassName
{
background-color: #250509;
}
</style>
border-color css
<style>
span { border-color: #250509; }
span { border-color: rgb(37,5,9); }
td.TdClassName
{
border-color: #250509;
}
.TagClassName
{
border-color: #250509;
}
</style>