Shades of Rustic Red #250D12
Tints of Rustic Red #250D12
RGB
CMYK
RGB Variations
Color information
#250D12 (or 0x250D12) is known color: Rustic Red. HEX triplet: 25, 0D and 12. RGB value is (37,13,18). Sum of RGB (Red+Green+Blue) = 37+13+18=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D12 is #DAF2ED. Grayscale: #141414. Windows color (decimal): -14349038 or 1183013. OLE color: 1183013.
HSL color Cylindrical-coordinate representation of color #250D12: hue angle of 347.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D12 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 18 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.85 |
| HSL | 347.5º | 0.48% | 0.1% | - |
| HSV(B) | 347.5º | 0.65% | 0.15% | - |
| XYZ | 1.02 | 0.72 | 0.66 | - |
| YUV | 20.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 18 | 0 | 0.65 | 0.51 | 0.85 | 347.5 | 0.48 | 0.1 |
| Hex | 25 | D | 12 | 0 | 41 | 33 | 55 | 15C | 30 | A |
| Octal | 45 | 15 | 22 | 0 | 101 | 63 | 125 | 534 | 60 | 12 |
| Binary | 100101 | 1101 | 10010 | 0 | 1000001 | 110011 | 1010101 | 101011100 | 110000 | 1010 |
Color Harmonies of #250D12
Complementary color
Monochromatic Colors of #250D12
Black with #250D12
Text Example
Text Example
White with #250D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D12; }
p { color: rgb(37,13,18); }
H1.HeaderClassName
{
color: #250D12;
}
.AnyTagClassName
{
color: #250D12;
}
</style>
background-color css
<style>
a { background-color: #250D12; }
a { background-color: rgb(37,13,18); }
div.DivClassName
{
background-color: #250D12;
}
.BgClassName
{
background-color: #250D12;
}
</style>
border-color css
<style>
span { border-color: #250D12; }
span { border-color: rgb(37,13,18); }
td.TdClassName
{
border-color: #250D12;
}
.TagClassName
{
border-color: #250D12;
}
</style>