Shades of Rustic Red #25060D
Tints of Rustic Red #25060D
RGB
CMYK
RGB Variations
Color information
#25060D (or 0x25060D) is known color: Rustic Red. HEX triplet: 25, 06 and 0D. RGB value is (37,6,13). Sum of RGB (Red+Green+Blue) = 37+6+13=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25060D is #DAF9F2. Grayscale: #101010. Windows color (decimal): -14350835 or 853541. OLE color: 853541.
HSL color Cylindrical-coordinate representation of color #25060D: hue angle of 346.45º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25060D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 13 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.85 |
| HSL | 346.45º | 0.72% | 0.08% | - |
| HSV(B) | 346.45º | 0.84% | 0.15% | - |
| XYZ | 0.9 | 0.55 | 0.44 | - |
| YUV | 16.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 13 | 0 | 0.84 | 0.65 | 0.85 | 346.45 | 0.72 | 0.08 |
| Hex | 25 | 6 | D | 0 | 54 | 41 | 55 | 15A | 48 | 8 |
| Octal | 45 | 6 | 15 | 0 | 124 | 101 | 125 | 532 | 110 | 10 |
| Binary | 100101 | 110 | 1101 | 0 | 1010100 | 1000001 | 1010101 | 101011010 | 1001000 | 1000 |
Color Harmonies of #25060D
Complementary color
Monochromatic Colors of #25060D
Black with #25060D
Text Example
Text Example
White with #25060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25060D; }
p { color: rgb(37,6,13); }
H1.HeaderClassName
{
color: #25060D;
}
.AnyTagClassName
{
color: #25060D;
}
</style>
background-color css
<style>
a { background-color: #25060D; }
a { background-color: rgb(37,6,13); }
div.DivClassName
{
background-color: #25060D;
}
.BgClassName
{
background-color: #25060D;
}
</style>
border-color css
<style>
span { border-color: #25060D; }
span { border-color: rgb(37,6,13); }
td.TdClassName
{
border-color: #25060D;
}
.TagClassName
{
border-color: #25060D;
}
</style>