Shades of Rustic Red #250D0F
Tints of Rustic Red #250D0F
RGB
CMYK
RGB Variations
Color information
#250D0F (or 0x250D0F) is known color: Rustic Red. HEX triplet: 25, 0D and 0F. RGB value is (37,13,15). Sum of RGB (Red+Green+Blue) = 37+13+15=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0F is #DAF2F0. Grayscale: #141414. Windows color (decimal): -14349041 or 986405. OLE color: 986405.
HSL color Cylindrical-coordinate representation of color #250D0F: hue angle of 355º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D0F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 15 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.85 |
| HSL | 355º | 0.48% | 0.1% | - |
| HSV(B) | 355º | 0.65% | 0.15% | - |
| XYZ | 0.99 | 0.72 | 0.54 | - |
| YUV | 20.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 15 | 0 | 0.65 | 0.59 | 0.85 | 355 | 0.48 | 0.1 |
| Hex | 25 | D | F | 0 | 41 | 3B | 55 | 163 | 30 | A |
| Octal | 45 | 15 | 17 | 0 | 101 | 73 | 125 | 543 | 60 | 12 |
| Binary | 100101 | 1101 | 1111 | 0 | 1000001 | 111011 | 1010101 | 101100011 | 110000 | 1010 |
Color Harmonies of #250D0F
Complementary color
Monochromatic Colors of #250D0F
Black with #250D0F
Text Example
Text Example
White with #250D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D0F; }
p { color: rgb(37,13,15); }
H1.HeaderClassName
{
color: #250D0F;
}
.AnyTagClassName
{
color: #250D0F;
}
</style>
background-color css
<style>
a { background-color: #250D0F; }
a { background-color: rgb(37,13,15); }
div.DivClassName
{
background-color: #250D0F;
}
.BgClassName
{
background-color: #250D0F;
}
</style>
border-color css
<style>
span { border-color: #250D0F; }
span { border-color: rgb(37,13,15); }
td.TdClassName
{
border-color: #250D0F;
}
.TagClassName
{
border-color: #250D0F;
}
</style>