Shades of Rustic Red #231418
Tints of Rustic Red #231418
RGB
CMYK
RGB Variations
Color information
#231418 (or 0x231418) is known color: Rustic Red. HEX triplet: 23, 14 and 18. RGB value is (35,20,24). Sum of RGB (Red+Green+Blue) = 35+20+24=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231418 is #DCEBE7. Grayscale: #181818. Windows color (decimal): -14478312 or 1578019. OLE color: 1578019.
HSL color Cylindrical-coordinate representation of color #231418: hue angle of 344º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231418 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 20 | 24 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.86 |
| HSL | 344º | 0.27% | 0.11% | - |
| HSV(B) | 344º | 0.43% | 0.14% | - |
| XYZ | 1.11 | 0.92 | 0.98 | - |
| YUV | 24.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 24 | 0 | 0.43 | 0.31 | 0.86 | 344 | 0.27 | 0.11 |
| Hex | 23 | 14 | 18 | 0 | 2B | 1F | 56 | 158 | 1B | B |
| Octal | 43 | 24 | 30 | 0 | 53 | 37 | 126 | 530 | 33 | 13 |
| Binary | 100011 | 10100 | 11000 | 0 | 101011 | 11111 | 1010110 | 101011000 | 11011 | 1011 |
Color Harmonies of #231418
Complementary color
Monochromatic Colors of #231418
Black with #231418
Text Example
Text Example
White with #231418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231418; }
p { color: rgb(35,20,24); }
H1.HeaderClassName
{
color: #231418;
}
.AnyTagClassName
{
color: #231418;
}
</style>
background-color css
<style>
a { background-color: #231418; }
a { background-color: rgb(35,20,24); }
div.DivClassName
{
background-color: #231418;
}
.BgClassName
{
background-color: #231418;
}
</style>
border-color css
<style>
span { border-color: #231418; }
span { border-color: rgb(35,20,24); }
td.TdClassName
{
border-color: #231418;
}
.TagClassName
{
border-color: #231418;
}
</style>