Shades of Rustic Red #23181A
Tints of Rustic Red #23181A
RGB
CMYK
RGB Variations
Color information
#23181A (or 0x23181A) is known color: Rustic Red. HEX triplet: 23, 18 and 1A. RGB value is (35,24,26). Sum of RGB (Red+Green+Blue) = 35+24+26=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #23181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23181A is #DCE7E5. Grayscale: #1B1B1B. Windows color (decimal): -14477286 or 1710115. OLE color: 1710115.
HSL color Cylindrical-coordinate representation of color #23181A: hue angle of 349.09º 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 #23181A is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 24 | 26 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.86 |
| HSL | 349.09º | 0.19% | 0.12% | - |
| HSV(B) | 349.09º | 0.31% | 0.14% | - |
| XYZ | 1.21 | 1.09 | 1.12 | - |
| YUV | 27.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 26 | 0 | 0.31 | 0.26 | 0.86 | 349.09 | 0.19 | 0.12 |
| Hex | 23 | 18 | 1A | 0 | 1F | 1A | 56 | 15D | 13 | C |
| Octal | 43 | 30 | 32 | 0 | 37 | 32 | 126 | 535 | 23 | 14 |
| Binary | 100011 | 11000 | 11010 | 0 | 11111 | 11010 | 1010110 | 101011101 | 10011 | 1100 |
Color Harmonies of #23181A
Complementary color
Monochromatic Colors of #23181A
Black with #23181A
Text Example
Text Example
White with #23181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23181A; }
p { color: rgb(35,24,26); }
H1.HeaderClassName
{
color: #23181A;
}
.AnyTagClassName
{
color: #23181A;
}
</style>
background-color css
<style>
a { background-color: #23181A; }
a { background-color: rgb(35,24,26); }
div.DivClassName
{
background-color: #23181A;
}
.BgClassName
{
background-color: #23181A;
}
</style>
border-color css
<style>
span { border-color: #23181A; }
span { border-color: rgb(35,24,26); }
td.TdClassName
{
border-color: #23181A;
}
.TagClassName
{
border-color: #23181A;
}
</style>