Shades of Rustic Red #231819
Tints of Rustic Red #231819
RGB
CMYK
RGB Variations
Color information
#231819 (or 0x231819) is known color: Rustic Red. HEX triplet: 23, 18 and 19. RGB value is (35,24,25). Sum of RGB (Red+Green+Blue) = 35+24+25=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231819 is #DCE7E6. Grayscale: #1B1B1B. Windows color (decimal): -14477287 or 1644579. OLE color: 1644579.
HSL color Cylindrical-coordinate representation of color #231819: hue angle of 354.55º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #231819 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 24 | 25 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.86 |
| HSL | 354.55º | 0.19% | 0.12% | - |
| HSV(B) | 354.55º | 0.31% | 0.14% | - |
| XYZ | 1.2 | 1.08 | 1.07 | - |
| YUV | 27.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 25 | 0 | 0.31 | 0.29 | 0.86 | 354.55 | 0.19 | 0.12 |
| Hex | 23 | 18 | 19 | 0 | 1F | 1D | 56 | 163 | 13 | C |
| Octal | 43 | 30 | 31 | 0 | 37 | 35 | 126 | 543 | 23 | 14 |
| Binary | 100011 | 11000 | 11001 | 0 | 11111 | 11101 | 1010110 | 101100011 | 10011 | 1100 |
Color Harmonies of #231819
Complementary color
Monochromatic Colors of #231819
Black with #231819
Text Example
Text Example
White with #231819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231819; }
p { color: rgb(35,24,25); }
H1.HeaderClassName
{
color: #231819;
}
.AnyTagClassName
{
color: #231819;
}
</style>
background-color css
<style>
a { background-color: #231819; }
a { background-color: rgb(35,24,25); }
div.DivClassName
{
background-color: #231819;
}
.BgClassName
{
background-color: #231819;
}
</style>
border-color css
<style>
span { border-color: #231819; }
span { border-color: rgb(35,24,25); }
td.TdClassName
{
border-color: #231819;
}
.TagClassName
{
border-color: #231819;
}
</style>