Shades of Rustic Red #250209
Tints of Rustic Red #250209
RGB
CMYK
RGB Variations
Color information
#250209 (or 0x250209) is known color: Rustic Red. HEX triplet: 25, 02 and 09. RGB value is (37,2,9). Sum of RGB (Red+Green+Blue) = 37+2+9=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250209 is #DAFDF6. Grayscale: #0D0D0D. Windows color (decimal): -14351863 or 590373. OLE color: 590373.
HSL color Cylindrical-coordinate representation of color #250209: hue angle of 348º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250209 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 9 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.85 |
| HSL | 348º | 0.9% | 0.08% | - |
| HSV(B) | 348º | 0.95% | 0.15% | - |
| XYZ | 0.83 | 0.46 | 0.3 | - |
| YUV | 13.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 9 | 0 | 0.95 | 0.76 | 0.85 | 348 | 0.9 | 0.08 |
| Hex | 25 | 2 | 9 | 0 | 5F | 4C | 55 | 15C | 5A | 8 |
| Octal | 45 | 2 | 11 | 0 | 137 | 114 | 125 | 534 | 132 | 10 |
| Binary | 100101 | 10 | 1001 | 0 | 1011111 | 1001100 | 1010101 | 101011100 | 1011010 | 1000 |
Color Harmonies of #250209
Complementary color
Monochromatic Colors of #250209
Black with #250209
Text Example
Text Example
White with #250209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250209; }
p { color: rgb(37,2,9); }
H1.HeaderClassName
{
color: #250209;
}
.AnyTagClassName
{
color: #250209;
}
</style>
background-color css
<style>
a { background-color: #250209; }
a { background-color: rgb(37,2,9); }
div.DivClassName
{
background-color: #250209;
}
.BgClassName
{
background-color: #250209;
}
</style>
border-color css
<style>
span { border-color: #250209; }
span { border-color: rgb(37,2,9); }
td.TdClassName
{
border-color: #250209;
}
.TagClassName
{
border-color: #250209;
}
</style>