Shades of Rustic Red #25030F
Tints of Rustic Red #25030F
RGB
CMYK
RGB Variations
Color information
#25030F (or 0x25030F) is known color: Rustic Red. HEX triplet: 25, 03 and 0F. RGB value is (37,3,15). Sum of RGB (Red+Green+Blue) = 37+3+15=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030F is #DAFCF0. Grayscale: #0E0E0E. Windows color (decimal): -14351601 or 983845. OLE color: 983845.
HSL color Cylindrical-coordinate representation of color #25030F: hue angle of 338.82º 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 #25030F is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 3 | 15 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.85 |
| HSL | 338.82º | 0.85% | 0.08% | - |
| HSV(B) | 338.82º | 0.92% | 0.15% | - |
| XYZ | 0.88 | 0.49 | 0.5 | - |
| YUV | 14.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 15 | 0 | 0.92 | 0.59 | 0.85 | 338.82 | 0.85 | 0.08 |
| Hex | 25 | 3 | F | 0 | 5C | 3B | 55 | 153 | 55 | 8 |
| Octal | 45 | 3 | 17 | 0 | 134 | 73 | 125 | 523 | 125 | 10 |
| Binary | 100101 | 11 | 1111 | 0 | 1011100 | 111011 | 1010101 | 101010011 | 1010101 | 1000 |
Color Harmonies of #25030F
Complementary color
Monochromatic Colors of #25030F
Black with #25030F
Text Example
Text Example
White with #25030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25030F; }
p { color: rgb(37,3,15); }
H1.HeaderClassName
{
color: #25030F;
}
.AnyTagClassName
{
color: #25030F;
}
</style>
background-color css
<style>
a { background-color: #25030F; }
a { background-color: rgb(37,3,15); }
div.DivClassName
{
background-color: #25030F;
}
.BgClassName
{
background-color: #25030F;
}
</style>
border-color css
<style>
span { border-color: #25030F; }
span { border-color: rgb(37,3,15); }
td.TdClassName
{
border-color: #25030F;
}
.TagClassName
{
border-color: #25030F;
}
</style>