Shades of Rustic Red #25020E
Tints of Rustic Red #25020E
RGB
CMYK
RGB Variations
Color information
#25020E (or 0x25020E) is known color: Rustic Red. HEX triplet: 25, 02 and 0E. RGB value is (37,2,14). Sum of RGB (Red+Green+Blue) = 37+2+14=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #25020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020E is #DAFDF1. Grayscale: #0D0D0D. Windows color (decimal): -14351858 or 918053. OLE color: 918053.
HSL color Cylindrical-coordinate representation of color #25020E: hue angle of 339.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25020E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 14 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.85 |
| HSL | 339.43º | 0.9% | 0.08% | - |
| HSV(B) | 339.43º | 0.95% | 0.15% | - |
| XYZ | 0.86 | 0.47 | 0.46 | - |
| YUV | 13.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 14 | 0 | 0.95 | 0.62 | 0.85 | 339.43 | 0.9 | 0.08 |
| Hex | 25 | 2 | E | 0 | 5F | 3E | 55 | 153 | 5A | 8 |
| Octal | 45 | 2 | 16 | 0 | 137 | 76 | 125 | 523 | 132 | 10 |
| Binary | 100101 | 10 | 1110 | 0 | 1011111 | 111110 | 1010101 | 101010011 | 1011010 | 1000 |
Color Harmonies of #25020E
Complementary color
Monochromatic Colors of #25020E
Black with #25020E
Text Example
Text Example
White with #25020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25020E; }
p { color: rgb(37,2,14); }
H1.HeaderClassName
{
color: #25020E;
}
.AnyTagClassName
{
color: #25020E;
}
</style>
background-color css
<style>
a { background-color: #25020E; }
a { background-color: rgb(37,2,14); }
div.DivClassName
{
background-color: #25020E;
}
.BgClassName
{
background-color: #25020E;
}
</style>
border-color css
<style>
span { border-color: #25020E; }
span { border-color: rgb(37,2,14); }
td.TdClassName
{
border-color: #25020E;
}
.TagClassName
{
border-color: #25020E;
}
</style>