Shades of Rustic Red #25080D
Tints of Rustic Red #25080D
RGB
CMYK
RGB Variations
Color information
#25080D (or 0x25080D) is known color: Rustic Red. HEX triplet: 25, 08 and 0D. RGB value is (37,8,13). Sum of RGB (Red+Green+Blue) = 37+8+13=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #25080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25080D is #DAF7F2. Grayscale: #111111. Windows color (decimal): -14350323 or 854053. OLE color: 854053.
HSL color Cylindrical-coordinate representation of color #25080D: hue angle of 349.66º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25080D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 8 | 13 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.85 |
| HSL | 349.66º | 0.64% | 0.09% | - |
| HSV(B) | 349.66º | 0.78% | 0.15% | - |
| XYZ | 0.92 | 0.6 | 0.45 | - |
| YUV | 17.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 13 | 0 | 0.78 | 0.65 | 0.85 | 349.66 | 0.64 | 0.09 |
| Hex | 25 | 8 | D | 0 | 4E | 41 | 55 | 15E | 40 | 9 |
| Octal | 45 | 10 | 15 | 0 | 116 | 101 | 125 | 536 | 100 | 11 |
| Binary | 100101 | 1000 | 1101 | 0 | 1001110 | 1000001 | 1010101 | 101011110 | 1000000 | 1001 |
Color Harmonies of #25080D
Complementary color
Monochromatic Colors of #25080D
Black with #25080D
Text Example
Text Example
White with #25080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25080D; }
p { color: rgb(37,8,13); }
H1.HeaderClassName
{
color: #25080D;
}
.AnyTagClassName
{
color: #25080D;
}
</style>
background-color css
<style>
a { background-color: #25080D; }
a { background-color: rgb(37,8,13); }
div.DivClassName
{
background-color: #25080D;
}
.BgClassName
{
background-color: #25080D;
}
</style>
border-color css
<style>
span { border-color: #25080D; }
span { border-color: rgb(37,8,13); }
td.TdClassName
{
border-color: #25080D;
}
.TagClassName
{
border-color: #25080D;
}
</style>