Shades of Rustic Red #250C11
Tints of Rustic Red #250C11
RGB
CMYK
RGB Variations
Color information
#250C11 (or 0x250C11) is known color: Rustic Red. HEX triplet: 25, 0C and 11. RGB value is (37,12,17). Sum of RGB (Red+Green+Blue) = 37+12+17=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C11 is #DAF3EE. Grayscale: #141414. Windows color (decimal): -14349295 or 1117221. OLE color: 1117221.
HSL color Cylindrical-coordinate representation of color #250C11: hue angle of 348º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250C11 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 17 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.85 |
| HSL | 348º | 0.51% | 0.1% | - |
| HSV(B) | 348º | 0.68% | 0.15% | - |
| XYZ | 1 | 0.7 | 0.61 | - |
| YUV | 20.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 17 | 0 | 0.68 | 0.54 | 0.85 | 348 | 0.51 | 0.1 |
| Hex | 25 | C | 11 | 0 | 44 | 36 | 55 | 15C | 33 | A |
| Octal | 45 | 14 | 21 | 0 | 104 | 66 | 125 | 534 | 63 | 12 |
| Binary | 100101 | 1100 | 10001 | 0 | 1000100 | 110110 | 1010101 | 101011100 | 110011 | 1010 |
Color Harmonies of #250C11
Complementary color
Monochromatic Colors of #250C11
Black with #250C11
Text Example
Text Example
White with #250C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C11; }
p { color: rgb(37,12,17); }
H1.HeaderClassName
{
color: #250C11;
}
.AnyTagClassName
{
color: #250C11;
}
</style>
background-color css
<style>
a { background-color: #250C11; }
a { background-color: rgb(37,12,17); }
div.DivClassName
{
background-color: #250C11;
}
.BgClassName
{
background-color: #250C11;
}
</style>
border-color css
<style>
span { border-color: #250C11; }
span { border-color: rgb(37,12,17); }
td.TdClassName
{
border-color: #250C11;
}
.TagClassName
{
border-color: #250C11;
}
</style>