Shades of Rustic Red #231A1B
Tints of Rustic Red #231A1B
RGB
CMYK
RGB Variations
Color information
#231A1B (or 0x231A1B) is known color: Rustic Red. HEX triplet: 23, 1A and 1B. RGB value is (35,26,27). Sum of RGB (Red+Green+Blue) = 35+26+27=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1B is #DCE5E4. Grayscale: #1C1C1C. Windows color (decimal): -14476773 or 1776163. OLE color: 1776163.
HSL color Cylindrical-coordinate representation of color #231A1B: hue angle of 353.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #231A1B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 27 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.86 |
| HSL | 353.33º | 0.15% | 0.12% | - |
| HSV(B) | 353.33º | 0.26% | 0.14% | - |
| XYZ | 1.26 | 1.18 | 1.2 | - |
| YUV | 28.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 27 | 0 | 0.26 | 0.23 | 0.86 | 353.33 | 0.15 | 0.12 |
| Hex | 23 | 1A | 1B | 0 | 1A | 17 | 56 | 161 | F | C |
| Octal | 43 | 32 | 33 | 0 | 32 | 27 | 126 | 541 | 17 | 14 |
| Binary | 100011 | 11010 | 11011 | 0 | 11010 | 10111 | 1010110 | 101100001 | 1111 | 1100 |
Color Harmonies of #231A1B
Complementary color
Monochromatic Colors of #231A1B
Black with #231A1B
Text Example
Text Example
White with #231A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A1B; }
p { color: rgb(35,26,27); }
H1.HeaderClassName
{
color: #231A1B;
}
.AnyTagClassName
{
color: #231A1B;
}
</style>
background-color css
<style>
a { background-color: #231A1B; }
a { background-color: rgb(35,26,27); }
div.DivClassName
{
background-color: #231A1B;
}
.BgClassName
{
background-color: #231A1B;
}
</style>
border-color css
<style>
span { border-color: #231A1B; }
span { border-color: rgb(35,26,27); }
td.TdClassName
{
border-color: #231A1B;
}
.TagClassName
{
border-color: #231A1B;
}
</style>