Shades of Rustic Red #250C0E
Tints of Rustic Red #250C0E
RGB
CMYK
RGB Variations
Color information
#250C0E (or 0x250C0E) is known color: Rustic Red. HEX triplet: 25, 0C and 0E. RGB value is (37,12,14). Sum of RGB (Red+Green+Blue) = 37+12+14=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C0E is #DAF3F1. Grayscale: #131313. Windows color (decimal): -14349298 or 920613. OLE color: 920613.
HSL color Cylindrical-coordinate representation of color #250C0E: hue angle of 355.2º 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 #250C0E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 14 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.85 |
| HSL | 355.2º | 0.51% | 0.1% | - |
| HSV(B) | 355.2º | 0.68% | 0.15% | - |
| XYZ | 0.97 | 0.69 | 0.5 | - |
| YUV | 19.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 14 | 0 | 0.68 | 0.62 | 0.85 | 355.2 | 0.51 | 0.1 |
| Hex | 25 | C | E | 0 | 44 | 3E | 55 | 163 | 33 | A |
| Octal | 45 | 14 | 16 | 0 | 104 | 76 | 125 | 543 | 63 | 12 |
| Binary | 100101 | 1100 | 1110 | 0 | 1000100 | 111110 | 1010101 | 101100011 | 110011 | 1010 |
Color Harmonies of #250C0E
Complementary color
Monochromatic Colors of #250C0E
Black with #250C0E
Text Example
Text Example
White with #250C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C0E; }
p { color: rgb(37,12,14); }
H1.HeaderClassName
{
color: #250C0E;
}
.AnyTagClassName
{
color: #250C0E;
}
</style>
background-color css
<style>
a { background-color: #250C0E; }
a { background-color: rgb(37,12,14); }
div.DivClassName
{
background-color: #250C0E;
}
.BgClassName
{
background-color: #250C0E;
}
</style>
border-color css
<style>
span { border-color: #250C0E; }
span { border-color: rgb(37,12,14); }
td.TdClassName
{
border-color: #250C0E;
}
.TagClassName
{
border-color: #250C0E;
}
</style>