Shades of Rustic Red #251B1C
Tints of Rustic Red #251B1C
RGB
CMYK
RGB Variations
Color information
#251B1C (or 0x251B1C) is known color: Rustic Red. HEX triplet: 25, 1B and 1C. RGB value is (37,27,28). Sum of RGB (Red+Green+Blue) = 37+27+28=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B1C is #DAE4E3. Grayscale: #1E1E1E. Windows color (decimal): -14345444 or 1841957. OLE color: 1841957.
HSL color Cylindrical-coordinate representation of color #251B1C: hue angle of 354º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #251B1C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 27 | 28 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.85 |
| HSL | 354º | 0.16% | 0.13% | - |
| HSV(B) | 354º | 0.27% | 0.15% | - |
| XYZ | 1.36 | 1.26 | 1.27 | - |
| YUV | 30.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 28 | 0 | 0.27 | 0.24 | 0.85 | 354 | 0.16 | 0.13 |
| Hex | 25 | 1B | 1C | 0 | 1B | 18 | 55 | 162 | 10 | D |
| Octal | 45 | 33 | 34 | 0 | 33 | 30 | 125 | 542 | 20 | 15 |
| Binary | 100101 | 11011 | 11100 | 0 | 11011 | 11000 | 1010101 | 101100010 | 10000 | 1101 |
Color Harmonies of #251B1C
Complementary color
Monochromatic Colors of #251B1C
Black with #251B1C
Text Example
Text Example
White with #251B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B1C; }
p { color: rgb(37,27,28); }
H1.HeaderClassName
{
color: #251B1C;
}
.AnyTagClassName
{
color: #251B1C;
}
</style>
background-color css
<style>
a { background-color: #251B1C; }
a { background-color: rgb(37,27,28); }
div.DivClassName
{
background-color: #251B1C;
}
.BgClassName
{
background-color: #251B1C;
}
</style>
border-color css
<style>
span { border-color: #251B1C; }
span { border-color: rgb(37,27,28); }
td.TdClassName
{
border-color: #251B1C;
}
.TagClassName
{
border-color: #251B1C;
}
</style>