Shades of Rustic Red #25070B
Tints of Rustic Red #25070B
RGB
CMYK
RGB Variations
Color information
#25070B (or 0x25070B) is known color: Rustic Red. HEX triplet: 25, 07 and 0B. RGB value is (37,7,11). Sum of RGB (Red+Green+Blue) = 37+7+11=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070B is #DAF8F4. Grayscale: #101010. Windows color (decimal): -14350581 or 722725. OLE color: 722725.
HSL color Cylindrical-coordinate representation of color #25070B: hue angle of 352º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25070B is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 7 | 11 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.85 |
| HSL | 352º | 0.68% | 0.09% | - |
| HSV(B) | 352º | 0.81% | 0.15% | - |
| XYZ | 0.9 | 0.57 | 0.38 | - |
| YUV | 16.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 11 | 0 | 0.81 | 0.70 | 0.85 | 352 | 0.68 | 0.09 |
| Hex | 25 | 7 | B | 0 | 51 | 46 | 55 | 160 | 44 | 9 |
| Octal | 45 | 7 | 13 | 0 | 121 | 106 | 125 | 540 | 104 | 11 |
| Binary | 100101 | 111 | 1011 | 0 | 1010001 | 1000110 | 1010101 | 101100000 | 1000100 | 1001 |
Color Harmonies of #25070B
Complementary color
Monochromatic Colors of #25070B
Black with #25070B
Text Example
Text Example
White with #25070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25070B; }
p { color: rgb(37,7,11); }
H1.HeaderClassName
{
color: #25070B;
}
.AnyTagClassName
{
color: #25070B;
}
</style>
background-color css
<style>
a { background-color: #25070B; }
a { background-color: rgb(37,7,11); }
div.DivClassName
{
background-color: #25070B;
}
.BgClassName
{
background-color: #25070B;
}
</style>
border-color css
<style>
span { border-color: #25070B; }
span { border-color: rgb(37,7,11); }
td.TdClassName
{
border-color: #25070B;
}
.TagClassName
{
border-color: #25070B;
}
</style>