Shades of Rustic Red #25020A
Tints of Rustic Red #25020A
RGB
CMYK
RGB Variations
Color information
#25020A (or 0x25020A) is known color: Rustic Red. HEX triplet: 25, 02 and 0A. RGB value is (37,2,10). Sum of RGB (Red+Green+Blue) = 37+2+10=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #25020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020A is #DAFDF5. Grayscale: #0D0D0D. Windows color (decimal): -14351862 or 655909. OLE color: 655909.
HSL color Cylindrical-coordinate representation of color #25020A: hue angle of 346.29º 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 #25020A is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 10 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.85 |
| HSL | 346.29º | 0.9% | 0.08% | - |
| HSV(B) | 346.29º | 0.95% | 0.15% | - |
| XYZ | 0.84 | 0.46 | 0.33 | - |
| YUV | 13.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 10 | 0 | 0.95 | 0.73 | 0.85 | 346.29 | 0.9 | 0.08 |
| Hex | 25 | 2 | A | 0 | 5F | 49 | 55 | 15A | 5A | 8 |
| Octal | 45 | 2 | 12 | 0 | 137 | 111 | 125 | 532 | 132 | 10 |
| Binary | 100101 | 10 | 1010 | 0 | 1011111 | 1001001 | 1010101 | 101011010 | 1011010 | 1000 |
Color Harmonies of #25020A
Complementary color
Monochromatic Colors of #25020A
Black with #25020A
Text Example
Text Example
White with #25020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25020A; }
p { color: rgb(37,2,10); }
H1.HeaderClassName
{
color: #25020A;
}
.AnyTagClassName
{
color: #25020A;
}
</style>
background-color css
<style>
a { background-color: #25020A; }
a { background-color: rgb(37,2,10); }
div.DivClassName
{
background-color: #25020A;
}
.BgClassName
{
background-color: #25020A;
}
</style>
border-color css
<style>
span { border-color: #25020A; }
span { border-color: rgb(37,2,10); }
td.TdClassName
{
border-color: #25020A;
}
.TagClassName
{
border-color: #25020A;
}
</style>