Shades of Rustic Red #250607
Tints of Rustic Red #250607
RGB
CMYK
RGB Variations
Color information
#250607 (or 0x250607) is known color: Rustic Red. HEX triplet: 25, 06 and 07. RGB value is (37,6,7). Sum of RGB (Red+Green+Blue) = 37+6+7=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250607 is #DAF9F8. Grayscale: #0F0F0F. Windows color (decimal): -14350841 or 460325. OLE color: 460325.
HSL color Cylindrical-coordinate representation of color #250607: hue angle of 358.06º 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 #250607 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 7 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.85 |
| HSL | 358.06º | 0.72% | 0.08% | - |
| HSV(B) | 358.06º | 0.84% | 0.15% | - |
| XYZ | 0.87 | 0.54 | 0.26 | - |
| YUV | 15.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 7 | 0 | 0.84 | 0.81 | 0.85 | 358.06 | 0.72 | 0.08 |
| Hex | 25 | 6 | 7 | 0 | 54 | 51 | 55 | 166 | 48 | 8 |
| Octal | 45 | 6 | 7 | 0 | 124 | 121 | 125 | 546 | 110 | 10 |
| Binary | 100101 | 110 | 111 | 0 | 1010100 | 1010001 | 1010101 | 101100110 | 1001000 | 1000 |
Color Harmonies of #250607
Complementary color
Monochromatic Colors of #250607
Black with #250607
Text Example
Text Example
White with #250607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250607; }
p { color: rgb(37,6,7); }
H1.HeaderClassName
{
color: #250607;
}
.AnyTagClassName
{
color: #250607;
}
</style>
background-color css
<style>
a { background-color: #250607; }
a { background-color: rgb(37,6,7); }
div.DivClassName
{
background-color: #250607;
}
.BgClassName
{
background-color: #250607;
}
</style>
border-color css
<style>
span { border-color: #250607; }
span { border-color: rgb(37,6,7); }
td.TdClassName
{
border-color: #250607;
}
.TagClassName
{
border-color: #250607;
}
</style>