Shades of Rustic Red #250212
Tints of Rustic Red #250212
RGB
CMYK
RGB Variations
Color information
#250212 (or 0x250212) is known color: Rustic Red. HEX triplet: 25, 02 and 12. RGB value is (37,2,18). Sum of RGB (Red+Green+Blue) = 37+2+18=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250212 is #DAFDED. Grayscale: #0E0E0E. Windows color (decimal): -14351854 or 1180197. OLE color: 1180197.
HSL color Cylindrical-coordinate representation of color #250212: hue angle of 332.57º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250212 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 2 | 18 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.85 |
| HSL | 332.57º | 0.9% | 0.08% | - |
| HSV(B) | 332.57º | 0.95% | 0.15% | - |
| XYZ | 0.89 | 0.48 | 0.62 | - |
| YUV | 14.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 18 | 0 | 0.95 | 0.51 | 0.85 | 332.57 | 0.9 | 0.08 |
| Hex | 25 | 2 | 12 | 0 | 5F | 33 | 55 | 14D | 5A | 8 |
| Octal | 45 | 2 | 22 | 0 | 137 | 63 | 125 | 515 | 132 | 10 |
| Binary | 100101 | 10 | 10010 | 0 | 1011111 | 110011 | 1010101 | 101001101 | 1011010 | 1000 |
Color Harmonies of #250212
Complementary color
Monochromatic Colors of #250212
Black with #250212
Text Example
Text Example
White with #250212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250212; }
p { color: rgb(37,2,18); }
H1.HeaderClassName
{
color: #250212;
}
.AnyTagClassName
{
color: #250212;
}
</style>
background-color css
<style>
a { background-color: #250212; }
a { background-color: rgb(37,2,18); }
div.DivClassName
{
background-color: #250212;
}
.BgClassName
{
background-color: #250212;
}
</style>
border-color css
<style>
span { border-color: #250212; }
span { border-color: rgb(37,2,18); }
td.TdClassName
{
border-color: #250212;
}
.TagClassName
{
border-color: #250212;
}
</style>