Shades of Rustic Red #251519
Tints of Rustic Red #251519
RGB
CMYK
RGB Variations
Color information
#251519 (or 0x251519) is known color: Rustic Red. HEX triplet: 25, 15 and 19. RGB value is (37,21,25). Sum of RGB (Red+Green+Blue) = 37+21+25=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #251519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251519 is #DAEAE6. Grayscale: #1A1A1A. Windows color (decimal): -14346983 or 1643813. OLE color: 1643813.
HSL color Cylindrical-coordinate representation of color #251519: hue angle of 345º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #251519 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 21 | 25 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.85 |
| HSL | 345º | 0.28% | 0.11% | - |
| HSV(B) | 345º | 0.43% | 0.15% | - |
| XYZ | 1.21 | 1 | 1.05 | - |
| YUV | 26.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 25 | 0 | 0.43 | 0.32 | 0.85 | 345 | 0.28 | 0.11 |
| Hex | 25 | 15 | 19 | 0 | 2B | 20 | 55 | 159 | 1C | B |
| Octal | 45 | 25 | 31 | 0 | 53 | 40 | 125 | 531 | 34 | 13 |
| Binary | 100101 | 10101 | 11001 | 0 | 101011 | 100000 | 1010101 | 101011001 | 11100 | 1011 |
Color Harmonies of #251519
Complementary color
Monochromatic Colors of #251519
Black with #251519
Text Example
Text Example
White with #251519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251519; }
p { color: rgb(37,21,25); }
H1.HeaderClassName
{
color: #251519;
}
.AnyTagClassName
{
color: #251519;
}
</style>
background-color css
<style>
a { background-color: #251519; }
a { background-color: rgb(37,21,25); }
div.DivClassName
{
background-color: #251519;
}
.BgClassName
{
background-color: #251519;
}
</style>
border-color css
<style>
span { border-color: #251519; }
span { border-color: rgb(37,21,25); }
td.TdClassName
{
border-color: #251519;
}
.TagClassName
{
border-color: #251519;
}
</style>