Shades of Rustic Red #250C0F
Tints of Rustic Red #250C0F
RGB
CMYK
RGB Variations
Color information
#250C0F (or 0x250C0F) is known color: Rustic Red. HEX triplet: 25, 0C and 0F. RGB value is (37,12,15). Sum of RGB (Red+Green+Blue) = 37+12+15=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C0F is #DAF3F0. Grayscale: #131313. Windows color (decimal): -14349297 or 986149. OLE color: 986149.
HSL color Cylindrical-coordinate representation of color #250C0F: hue angle of 352.8º 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 #250C0F is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 15 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.85 |
| HSL | 352.8º | 0.51% | 0.1% | - |
| HSV(B) | 352.8º | 0.68% | 0.15% | - |
| XYZ | 0.98 | 0.69 | 0.53 | - |
| YUV | 19.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 15 | 0 | 0.68 | 0.59 | 0.85 | 352.8 | 0.51 | 0.1 |
| Hex | 25 | C | F | 0 | 44 | 3B | 55 | 161 | 33 | A |
| Octal | 45 | 14 | 17 | 0 | 104 | 73 | 125 | 541 | 63 | 12 |
| Binary | 100101 | 1100 | 1111 | 0 | 1000100 | 111011 | 1010101 | 101100001 | 110011 | 1010 |
Color Harmonies of #250C0F
Complementary color
Monochromatic Colors of #250C0F
Black with #250C0F
Text Example
Text Example
White with #250C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C0F; }
p { color: rgb(37,12,15); }
H1.HeaderClassName
{
color: #250C0F;
}
.AnyTagClassName
{
color: #250C0F;
}
</style>
background-color css
<style>
a { background-color: #250C0F; }
a { background-color: rgb(37,12,15); }
div.DivClassName
{
background-color: #250C0F;
}
.BgClassName
{
background-color: #250C0F;
}
</style>
border-color css
<style>
span { border-color: #250C0F; }
span { border-color: rgb(37,12,15); }
td.TdClassName
{
border-color: #250C0F;
}
.TagClassName
{
border-color: #250C0F;
}
</style>