Shades of Rustic Red #250011
Tints of Rustic Red #250011
RGB
CMYK
RGB Variations
Color information
#250011 (or 0x250011) is known color: Rustic Red. HEX triplet: 25, 00 and 11. RGB value is (37,0,17). Sum of RGB (Red+Green+Blue) = 37+0+17=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250011 is #DAFFEE. Grayscale: #0C0C0C. Windows color (decimal): -14352367 or 1114149. OLE color: 1114149.
HSL color Cylindrical-coordinate representation of color #250011: hue angle of 332.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250011 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.54 | 0.85 |
| HSL | 332.43º | 1% | 0.07% | - |
| HSV(B) | 332.43º | 1% | 0.15% | - |
| XYZ | 0.86 | 0.43 | 0.57 | - |
| YUV | 13 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 17 | 0 | 1 | 0.54 | 0.85 | 332.43 | 1 | 0.07 |
| Hex | 25 | 0 | 11 | 0 | 64 | 36 | 55 | 14C | 64 | 7 |
| Octal | 45 | 0 | 21 | 0 | 144 | 66 | 125 | 514 | 144 | 7 |
| Binary | 100101 | 0 | 10001 | 0 | 1100100 | 110110 | 1010101 | 101001100 | 1100100 | 111 |
Color Harmonies of #250011
Complementary color
Monochromatic Colors of #250011
Black with #250011
Text Example
Text Example
White with #250011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250011; }
p { color: rgb(37,0,17); }
H1.HeaderClassName
{
color: #250011;
}
.AnyTagClassName
{
color: #250011;
}
</style>
background-color css
<style>
a { background-color: #250011; }
a { background-color: rgb(37,0,17); }
div.DivClassName
{
background-color: #250011;
}
.BgClassName
{
background-color: #250011;
}
</style>
border-color css
<style>
span { border-color: #250011; }
span { border-color: rgb(37,0,17); }
td.TdClassName
{
border-color: #250011;
}
.TagClassName
{
border-color: #250011;
}
</style>