Shades of Rustic Red #25060B
Tints of Rustic Red #25060B
RGB
CMYK
RGB Variations
Color information
#25060B (or 0x25060B) is known color: Rustic Red. HEX triplet: 25, 06 and 0B. RGB value is (37,6,11). Sum of RGB (Red+Green+Blue) = 37+6+11=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25060B is #DAF9F4. Grayscale: #0F0F0F. Windows color (decimal): -14350837 or 722469. OLE color: 722469.
HSL color Cylindrical-coordinate representation of color #25060B: hue angle of 350.32º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25060B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 6 | 11 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.85 |
| HSL | 350.32º | 0.72% | 0.08% | - |
| HSV(B) | 350.32º | 0.84% | 0.15% | - |
| XYZ | 0.89 | 0.55 | 0.38 | - |
| YUV | 15.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 11 | 0 | 0.84 | 0.70 | 0.85 | 350.32 | 0.72 | 0.08 |
| Hex | 25 | 6 | B | 0 | 54 | 46 | 55 | 15E | 48 | 8 |
| Octal | 45 | 6 | 13 | 0 | 124 | 106 | 125 | 536 | 110 | 10 |
| Binary | 100101 | 110 | 1011 | 0 | 1010100 | 1000110 | 1010101 | 101011110 | 1001000 | 1000 |
Color Harmonies of #25060B
Complementary color
Monochromatic Colors of #25060B
Black with #25060B
Text Example
Text Example
White with #25060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25060B; }
p { color: rgb(37,6,11); }
H1.HeaderClassName
{
color: #25060B;
}
.AnyTagClassName
{
color: #25060B;
}
</style>
background-color css
<style>
a { background-color: #25060B; }
a { background-color: rgb(37,6,11); }
div.DivClassName
{
background-color: #25060B;
}
.BgClassName
{
background-color: #25060B;
}
</style>
border-color css
<style>
span { border-color: #25060B; }
span { border-color: rgb(37,6,11); }
td.TdClassName
{
border-color: #25060B;
}
.TagClassName
{
border-color: #25060B;
}
</style>