Shades of Rustic Red #250C0D
Tints of Rustic Red #250C0D
RGB
CMYK
RGB Variations
Color information
#250C0D (or 0x250C0D) is known color: Rustic Red. HEX triplet: 25, 0C and 0D. RGB value is (37,12,13). Sum of RGB (Red+Green+Blue) = 37+12+13=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C0D is #DAF3F2. Grayscale: #131313. Windows color (decimal): -14349299 or 855077. OLE color: 855077.
HSL color Cylindrical-coordinate representation of color #250C0D: hue angle of 357.6º 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 #250C0D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 13 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.85 |
| HSL | 357.6º | 0.51% | 0.1% | - |
| HSV(B) | 357.6º | 0.68% | 0.15% | - |
| XYZ | 0.97 | 0.69 | 0.46 | - |
| YUV | 19.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 13 | 0 | 0.68 | 0.65 | 0.85 | 357.6 | 0.51 | 0.1 |
| Hex | 25 | C | D | 0 | 44 | 41 | 55 | 166 | 33 | A |
| Octal | 45 | 14 | 15 | 0 | 104 | 101 | 125 | 546 | 63 | 12 |
| Binary | 100101 | 1100 | 1101 | 0 | 1000100 | 1000001 | 1010101 | 101100110 | 110011 | 1010 |
Color Harmonies of #250C0D
Complementary color
Monochromatic Colors of #250C0D
Black with #250C0D
Text Example
Text Example
White with #250C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C0D; }
p { color: rgb(37,12,13); }
H1.HeaderClassName
{
color: #250C0D;
}
.AnyTagClassName
{
color: #250C0D;
}
</style>
background-color css
<style>
a { background-color: #250C0D; }
a { background-color: rgb(37,12,13); }
div.DivClassName
{
background-color: #250C0D;
}
.BgClassName
{
background-color: #250C0D;
}
</style>
border-color css
<style>
span { border-color: #250C0D; }
span { border-color: rgb(37,12,13); }
td.TdClassName
{
border-color: #250C0D;
}
.TagClassName
{
border-color: #250C0D;
}
</style>