Shades of Rustic Red #231419
Tints of Rustic Red #231419
RGB
CMYK
RGB Variations
Color information
#231419 (or 0x231419) is known color: Rustic Red. HEX triplet: 23, 14 and 19. RGB value is (35,20,25). Sum of RGB (Red+Green+Blue) = 35+20+25=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231419 is #DCEBE6. Grayscale: #191919. Windows color (decimal): -14478311 or 1643555. OLE color: 1643555.
HSL color Cylindrical-coordinate representation of color #231419: hue angle of 340º 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 #231419 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 20 | 25 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.86 |
| HSL | 340º | 0.27% | 0.11% | - |
| HSV(B) | 340º | 0.43% | 0.14% | - |
| XYZ | 1.12 | 0.93 | 1.04 | - |
| YUV | 25.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 25 | 0 | 0.43 | 0.29 | 0.86 | 340 | 0.27 | 0.11 |
| Hex | 23 | 14 | 19 | 0 | 2B | 1D | 56 | 154 | 1B | B |
| Octal | 43 | 24 | 31 | 0 | 53 | 35 | 126 | 524 | 33 | 13 |
| Binary | 100011 | 10100 | 11001 | 0 | 101011 | 11101 | 1010110 | 101010100 | 11011 | 1011 |
Color Harmonies of #231419
Complementary color
Monochromatic Colors of #231419
Black with #231419
Text Example
Text Example
White with #231419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231419; }
p { color: rgb(35,20,25); }
H1.HeaderClassName
{
color: #231419;
}
.AnyTagClassName
{
color: #231419;
}
</style>
background-color css
<style>
a { background-color: #231419; }
a { background-color: rgb(35,20,25); }
div.DivClassName
{
background-color: #231419;
}
.BgClassName
{
background-color: #231419;
}
</style>
border-color css
<style>
span { border-color: #231419; }
span { border-color: rgb(35,20,25); }
td.TdClassName
{
border-color: #231419;
}
.TagClassName
{
border-color: #231419;
}
</style>