Shades of Rustic Red #250708
Tints of Rustic Red #250708
RGB
CMYK
RGB Variations
Color information
#250708 (or 0x250708) is known color: Rustic Red. HEX triplet: 25, 07 and 08. RGB value is (37,7,8). Sum of RGB (Red+Green+Blue) = 37+7+8=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250708 is #DAF8F7. Grayscale: #101010. Windows color (decimal): -14350584 or 526117. OLE color: 526117.
HSL color Cylindrical-coordinate representation of color #250708: hue angle of 358º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250708 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 7 | 8 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.85 |
| HSL | 358º | 0.68% | 0.09% | - |
| HSV(B) | 358º | 0.81% | 0.15% | - |
| XYZ | 0.88 | 0.56 | 0.29 | - |
| YUV | 16.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 8 | 0 | 0.81 | 0.78 | 0.85 | 358 | 0.68 | 0.09 |
| Hex | 25 | 7 | 8 | 0 | 51 | 4E | 55 | 166 | 44 | 9 |
| Octal | 45 | 7 | 10 | 0 | 121 | 116 | 125 | 546 | 104 | 11 |
| Binary | 100101 | 111 | 1000 | 0 | 1010001 | 1001110 | 1010101 | 101100110 | 1000100 | 1001 |
Color Harmonies of #250708
Complementary color
Monochromatic Colors of #250708
Black with #250708
Text Example
Text Example
White with #250708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250708; }
p { color: rgb(37,7,8); }
H1.HeaderClassName
{
color: #250708;
}
.AnyTagClassName
{
color: #250708;
}
</style>
background-color css
<style>
a { background-color: #250708; }
a { background-color: rgb(37,7,8); }
div.DivClassName
{
background-color: #250708;
}
.BgClassName
{
background-color: #250708;
}
</style>
border-color css
<style>
span { border-color: #250708; }
span { border-color: rgb(37,7,8); }
td.TdClassName
{
border-color: #250708;
}
.TagClassName
{
border-color: #250708;
}
</style>