Shades of Rustic Red #25191B
Tints of Rustic Red #25191B
RGB
CMYK
RGB Variations
Color information
#25191B (or 0x25191B) is known color: Rustic Red. HEX triplet: 25, 19 and 1B. RGB value is (37,25,27). Sum of RGB (Red+Green+Blue) = 37+25+27=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #25191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191B is #DAE6E4. Grayscale: #1C1C1C. Windows color (decimal): -14345957 or 1775909. OLE color: 1775909.
HSL color Cylindrical-coordinate representation of color #25191B: hue angle of 350º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #25191B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 25 | 27 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.85 |
| HSL | 350º | 0.19% | 0.12% | - |
| HSV(B) | 350º | 0.32% | 0.15% | - |
| XYZ | 1.31 | 1.17 | 1.19 | - |
| YUV | 28.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 27 | 0 | 0.32 | 0.27 | 0.85 | 350 | 0.19 | 0.12 |
| Hex | 25 | 19 | 1B | 0 | 20 | 1B | 55 | 15E | 13 | C |
| Octal | 45 | 31 | 33 | 0 | 40 | 33 | 125 | 536 | 23 | 14 |
| Binary | 100101 | 11001 | 11011 | 0 | 100000 | 11011 | 1010101 | 101011110 | 10011 | 1100 |
Color Harmonies of #25191B
Complementary color
Monochromatic Colors of #25191B
Black with #25191B
Text Example
Text Example
White with #25191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25191B; }
p { color: rgb(37,25,27); }
H1.HeaderClassName
{
color: #25191B;
}
.AnyTagClassName
{
color: #25191B;
}
</style>
background-color css
<style>
a { background-color: #25191B; }
a { background-color: rgb(37,25,27); }
div.DivClassName
{
background-color: #25191B;
}
.BgClassName
{
background-color: #25191B;
}
</style>
border-color css
<style>
span { border-color: #25191B; }
span { border-color: rgb(37,25,27); }
td.TdClassName
{
border-color: #25191B;
}
.TagClassName
{
border-color: #25191B;
}
</style>