Shades of Rustic Red #250D13
Tints of Rustic Red #250D13
RGB
CMYK
RGB Variations
Color information
#250D13 (or 0x250D13) is known color: Rustic Red. HEX triplet: 25, 0D and 13. RGB value is (37,13,19). Sum of RGB (Red+Green+Blue) = 37+13+19=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #250D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D13 is #DAF2EC. Grayscale: #141414. Windows color (decimal): -14349037 or 1248549. OLE color: 1248549.
HSL color Cylindrical-coordinate representation of color #250D13: hue angle of 345º 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 #250D13 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 19 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.85 |
| HSL | 345º | 0.48% | 0.1% | - |
| HSV(B) | 345º | 0.65% | 0.15% | - |
| XYZ | 1.02 | 0.73 | 0.7 | - |
| YUV | 20.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 19 | 0 | 0.65 | 0.49 | 0.85 | 345 | 0.48 | 0.1 |
| Hex | 25 | D | 13 | 0 | 41 | 31 | 55 | 159 | 30 | A |
| Octal | 45 | 15 | 23 | 0 | 101 | 61 | 125 | 531 | 60 | 12 |
| Binary | 100101 | 1101 | 10011 | 0 | 1000001 | 110001 | 1010101 | 101011001 | 110000 | 1010 |
Color Harmonies of #250D13
Complementary color
Monochromatic Colors of #250D13
Black with #250D13
Text Example
Text Example
White with #250D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D13; }
p { color: rgb(37,13,19); }
H1.HeaderClassName
{
color: #250D13;
}
.AnyTagClassName
{
color: #250D13;
}
</style>
background-color css
<style>
a { background-color: #250D13; }
a { background-color: rgb(37,13,19); }
div.DivClassName
{
background-color: #250D13;
}
.BgClassName
{
background-color: #250D13;
}
</style>
border-color css
<style>
span { border-color: #250D13; }
span { border-color: rgb(37,13,19); }
td.TdClassName
{
border-color: #250D13;
}
.TagClassName
{
border-color: #250D13;
}
</style>