Shades of Rustic Red #25030D
Tints of Rustic Red #25030D
RGB
CMYK
RGB Variations
Color information
#25030D (or 0x25030D) is known color: Rustic Red. HEX triplet: 25, 03 and 0D. RGB value is (37,3,13). Sum of RGB (Red+Green+Blue) = 37+3+13=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #25030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030D is #DAFCF2. Grayscale: #0E0E0E. Windows color (decimal): -14351603 or 852773. OLE color: 852773.
HSL color Cylindrical-coordinate representation of color #25030D: hue angle of 342.35º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25030D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 13 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.85 |
| HSL | 342.35º | 0.85% | 0.08% | - |
| HSV(B) | 342.35º | 0.92% | 0.15% | - |
| XYZ | 0.87 | 0.49 | 0.43 | - |
| YUV | 14.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 13 | 0 | 0.92 | 0.65 | 0.85 | 342.35 | 0.85 | 0.08 |
| Hex | 25 | 3 | D | 0 | 5C | 41 | 55 | 156 | 55 | 8 |
| Octal | 45 | 3 | 15 | 0 | 134 | 101 | 125 | 526 | 125 | 10 |
| Binary | 100101 | 11 | 1101 | 0 | 1011100 | 1000001 | 1010101 | 101010110 | 1010101 | 1000 |
Color Harmonies of #25030D
Complementary color
Monochromatic Colors of #25030D
Black with #25030D
Text Example
Text Example
White with #25030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25030D; }
p { color: rgb(37,3,13); }
H1.HeaderClassName
{
color: #25030D;
}
.AnyTagClassName
{
color: #25030D;
}
</style>
background-color css
<style>
a { background-color: #25030D; }
a { background-color: rgb(37,3,13); }
div.DivClassName
{
background-color: #25030D;
}
.BgClassName
{
background-color: #25030D;
}
</style>
border-color css
<style>
span { border-color: #25030D; }
span { border-color: rgb(37,3,13); }
td.TdClassName
{
border-color: #25030D;
}
.TagClassName
{
border-color: #25030D;
}
</style>