Shades of Rustic Red #250609
Tints of Rustic Red #250609
RGB
CMYK
RGB Variations
Color information
#250609 (or 0x250609) is known color: Rustic Red. HEX triplet: 25, 06 and 09. RGB value is (37,6,9). Sum of RGB (Red+Green+Blue) = 37+6+9=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250609 is #DAF9F6. Grayscale: #0F0F0F. Windows color (decimal): -14350839 or 591397. OLE color: 591397.
HSL color Cylindrical-coordinate representation of color #250609: hue angle of 354.19º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250609 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 9 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.85 |
| HSL | 354.19º | 0.72% | 0.08% | - |
| HSV(B) | 354.19º | 0.84% | 0.15% | - |
| XYZ | 0.88 | 0.54 | 0.32 | - |
| YUV | 15.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 9 | 0 | 0.84 | 0.76 | 0.85 | 354.19 | 0.72 | 0.08 |
| Hex | 25 | 6 | 9 | 0 | 54 | 4C | 55 | 162 | 48 | 8 |
| Octal | 45 | 6 | 11 | 0 | 124 | 114 | 125 | 542 | 110 | 10 |
| Binary | 100101 | 110 | 1001 | 0 | 1010100 | 1001100 | 1010101 | 101100010 | 1001000 | 1000 |
Color Harmonies of #250609
Complementary color
Monochromatic Colors of #250609
Black with #250609
Text Example
Text Example
White with #250609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250609; }
p { color: rgb(37,6,9); }
H1.HeaderClassName
{
color: #250609;
}
.AnyTagClassName
{
color: #250609;
}
</style>
background-color css
<style>
a { background-color: #250609; }
a { background-color: rgb(37,6,9); }
div.DivClassName
{
background-color: #250609;
}
.BgClassName
{
background-color: #250609;
}
</style>
border-color css
<style>
span { border-color: #250609; }
span { border-color: rgb(37,6,9); }
td.TdClassName
{
border-color: #250609;
}
.TagClassName
{
border-color: #250609;
}
</style>