Shades of Rustic Red #25020C
Tints of Rustic Red #25020C
RGB
CMYK
RGB Variations
Color information
#25020C (or 0x25020C) is known color: Rustic Red. HEX triplet: 25, 02 and 0C. RGB value is (37,2,12). Sum of RGB (Red+Green+Blue) = 37+2+12=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #25020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020C is #DAFDF3. Grayscale: #0D0D0D. Windows color (decimal): -14351860 or 786981. OLE color: 786981.
HSL color Cylindrical-coordinate representation of color #25020C: hue angle of 342.86º 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 #25020C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 12 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.85 |
| HSL | 342.86º | 0.9% | 0.08% | - |
| HSV(B) | 342.86º | 0.95% | 0.15% | - |
| XYZ | 0.85 | 0.46 | 0.39 | - |
| YUV | 13.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 12 | 0 | 0.95 | 0.68 | 0.85 | 342.86 | 0.9 | 0.08 |
| Hex | 25 | 2 | C | 0 | 5F | 44 | 55 | 157 | 5A | 8 |
| Octal | 45 | 2 | 14 | 0 | 137 | 104 | 125 | 527 | 132 | 10 |
| Binary | 100101 | 10 | 1100 | 0 | 1011111 | 1000100 | 1010101 | 101010111 | 1011010 | 1000 |
Color Harmonies of #25020C
Complementary color
Monochromatic Colors of #25020C
Black with #25020C
Text Example
Text Example
White with #25020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25020C; }
p { color: rgb(37,2,12); }
H1.HeaderClassName
{
color: #25020C;
}
.AnyTagClassName
{
color: #25020C;
}
</style>
background-color css
<style>
a { background-color: #25020C; }
a { background-color: rgb(37,2,12); }
div.DivClassName
{
background-color: #25020C;
}
.BgClassName
{
background-color: #25020C;
}
</style>
border-color css
<style>
span { border-color: #25020C; }
span { border-color: rgb(37,2,12); }
td.TdClassName
{
border-color: #25020C;
}
.TagClassName
{
border-color: #25020C;
}
</style>