Shades of Rustic Red #251A1B
Tints of Rustic Red #251A1B
RGB
CMYK
RGB Variations
Color information
#251A1B (or 0x251A1B) is known color: Rustic Red. HEX triplet: 25, 1A and 1B. RGB value is (37,26,27). Sum of RGB (Red+Green+Blue) = 37+26+27=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A1B is #DAE5E4. Grayscale: #1D1D1D. Windows color (decimal): -14345701 or 1776165. OLE color: 1776165.
HSL color Cylindrical-coordinate representation of color #251A1B: hue angle of 354.55º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A1B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
RGB | 37 | 26 | 27 | - |
CMYK | 0 | 0.30 | 0.27 | 0.85 |
HSL | 354.55º | 0.17% | 0.12% | - |
HSV(B) | 354.55º | 0.3% | 0.15% | - |
XYZ | 1.33 | 1.21 | 1.2 | - |
YUV | 29.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 26 | 27 | 0 | 0.30 | 0.27 | 0.85 | 354.55 | 0.17 | 0.12 |
Hex | 25 | 1A | 1B | 0 | 1E | 1B | 55 | 163 | 11 | C |
Octal | 45 | 32 | 33 | 0 | 36 | 33 | 125 | 543 | 21 | 14 |
Binary | 100101 | 11010 | 11011 | 0 | 11110 | 11011 | 1010101 | 101100011 | 10001 | 1100 |
Color Harmonies of #251A1B
Complementary color
Monochromatic Colors of #251A1B
Black with #251A1B
Text Example
Text Example
White with #251A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A1B; }
p { color: rgb(37,26,27); }
H1.HeaderClassName
{
color: #251A1B;
}
.AnyTagClassName
{
color: #251A1B;
}
</style>
background-color css
<style>
a { background-color: #251A1B; }
a { background-color: rgb(37,26,27); }
div.DivClassName
{
background-color: #251A1B;
}
.BgClassName
{
background-color: #251A1B;
}
</style>
border-color css
<style>
span { border-color: #251A1B; }
span { border-color: rgb(37,26,27); }
td.TdClassName
{
border-color: #251A1B;
}
.TagClassName
{
border-color: #251A1B;
}
</style>