Shades of Rustic Red #241719
Tints of Rustic Red #241719
RGB
CMYK
RGB Variations
Color information
#241719 (or 0x241719) is known color: Rustic Red. HEX triplet: 24, 17 and 19. RGB value is (36,23,25). Sum of RGB (Red+Green+Blue) = 36+23+25=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241719 is #DBE8E6. Grayscale: #1B1B1B. Windows color (decimal): -14412007 or 1644324. OLE color: 1644324.
HSL color Cylindrical-coordinate representation of color #241719: hue angle of 350.77º degrees, saturation: 0.22, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #241719 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 23 | 25 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.86 |
| HSL | 350.77º | 0.22% | 0.12% | - |
| HSV(B) | 350.77º | 0.36% | 0.14% | - |
| XYZ | 1.21 | 1.06 | 1.06 | - |
| YUV | 27.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 25 | 0 | 0.36 | 0.31 | 0.86 | 350.77 | 0.22 | 0.12 |
| Hex | 24 | 17 | 19 | 0 | 24 | 1F | 56 | 15F | 16 | C |
| Octal | 44 | 27 | 31 | 0 | 44 | 37 | 126 | 537 | 26 | 14 |
| Binary | 100100 | 10111 | 11001 | 0 | 100100 | 11111 | 1010110 | 101011111 | 10110 | 1100 |
Color Harmonies of #241719
Complementary color
Monochromatic Colors of #241719
Black with #241719
Text Example
Text Example
White with #241719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241719; }
p { color: rgb(36,23,25); }
H1.HeaderClassName
{
color: #241719;
}
.AnyTagClassName
{
color: #241719;
}
</style>
background-color css
<style>
a { background-color: #241719; }
a { background-color: rgb(36,23,25); }
div.DivClassName
{
background-color: #241719;
}
.BgClassName
{
background-color: #241719;
}
</style>
border-color css
<style>
span { border-color: #241719; }
span { border-color: rgb(36,23,25); }
td.TdClassName
{
border-color: #241719;
}
.TagClassName
{
border-color: #241719;
}
</style>