Shades of Rustic Red #25080F
Tints of Rustic Red #25080F
RGB
CMYK
RGB Variations
Color information
#25080F (or 0x25080F) is known color: Rustic Red. HEX triplet: 25, 08 and 0F. RGB value is (37,8,15). Sum of RGB (Red+Green+Blue) = 37+8+15=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #25080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25080F is #DAF7F0. Grayscale: #111111. Windows color (decimal): -14350321 or 985125. OLE color: 985125.
HSL color Cylindrical-coordinate representation of color #25080F: hue angle of 345.52º 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 #25080F is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 8 | 15 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.85 |
| HSL | 345.52º | 0.64% | 0.09% | - |
| HSV(B) | 345.52º | 0.78% | 0.15% | - |
| XYZ | 0.94 | 0.6 | 0.52 | - |
| YUV | 17.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 15 | 0 | 0.78 | 0.59 | 0.85 | 345.52 | 0.64 | 0.09 |
| Hex | 25 | 8 | F | 0 | 4E | 3B | 55 | 15A | 40 | 9 |
| Octal | 45 | 10 | 17 | 0 | 116 | 73 | 125 | 532 | 100 | 11 |
| Binary | 100101 | 1000 | 1111 | 0 | 1001110 | 111011 | 1010101 | 101011010 | 1000000 | 1001 |
Color Harmonies of #25080F
Complementary color
Monochromatic Colors of #25080F
Black with #25080F
Text Example
Text Example
White with #25080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25080F; }
p { color: rgb(37,8,15); }
H1.HeaderClassName
{
color: #25080F;
}
.AnyTagClassName
{
color: #25080F;
}
</style>
background-color css
<style>
a { background-color: #25080F; }
a { background-color: rgb(37,8,15); }
div.DivClassName
{
background-color: #25080F;
}
.BgClassName
{
background-color: #25080F;
}
</style>
border-color css
<style>
span { border-color: #25080F; }
span { border-color: rgb(37,8,15); }
td.TdClassName
{
border-color: #25080F;
}
.TagClassName
{
border-color: #25080F;
}
</style>