Shades of Rustic Red #250C13
Tints of Rustic Red #250C13
RGB
CMYK
RGB Variations
Color information
#250C13 (or 0x250C13) is known color: Rustic Red. HEX triplet: 25, 0C and 13. RGB value is (37,12,19). Sum of RGB (Red+Green+Blue) = 37+12+19=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C13 is #DAF3EC. Grayscale: #141414. Windows color (decimal): -14349293 or 1248293. OLE color: 1248293.
HSL color Cylindrical-coordinate representation of color #250C13: hue angle of 343.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 #250C13 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 19 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.85 |
| HSL | 343.2º | 0.51% | 0.1% | - |
| HSV(B) | 343.2º | 0.68% | 0.15% | - |
| XYZ | 1.01 | 0.7 | 0.7 | - |
| YUV | 20.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 19 | 0 | 0.68 | 0.49 | 0.85 | 343.2 | 0.51 | 0.1 |
| Hex | 25 | C | 13 | 0 | 44 | 31 | 55 | 157 | 33 | A |
| Octal | 45 | 14 | 23 | 0 | 104 | 61 | 125 | 527 | 63 | 12 |
| Binary | 100101 | 1100 | 10011 | 0 | 1000100 | 110001 | 1010101 | 101010111 | 110011 | 1010 |
Color Harmonies of #250C13
Complementary color
Monochromatic Colors of #250C13
Black with #250C13
Text Example
Text Example
White with #250C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C13; }
p { color: rgb(37,12,19); }
H1.HeaderClassName
{
color: #250C13;
}
.AnyTagClassName
{
color: #250C13;
}
</style>
background-color css
<style>
a { background-color: #250C13; }
a { background-color: rgb(37,12,19); }
div.DivClassName
{
background-color: #250C13;
}
.BgClassName
{
background-color: #250C13;
}
</style>
border-color css
<style>
span { border-color: #250C13; }
span { border-color: rgb(37,12,19); }
td.TdClassName
{
border-color: #250C13;
}
.TagClassName
{
border-color: #250C13;
}
</style>