Shades of Rustic Red #230506
Tints of Rustic Red #230506
RGB
CMYK
RGB Variations
Color information
#230506 (or 0x230506) is known color: Rustic Red. HEX triplet: 23, 05 and 06. RGB value is (35,5,6). Sum of RGB (Red+Green+Blue) = 35+5+6=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #230506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230506 is #DCFAF9. Grayscale: #0E0E0E. Windows color (decimal): -14482170 or 394531. OLE color: 394531.
HSL color Cylindrical-coordinate representation of color #230506: hue angle of 358º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230506 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 6 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.86 |
| HSL | 358º | 0.75% | 0.08% | - |
| HSV(B) | 358º | 0.86% | 0.14% | - |
| XYZ | 0.78 | 0.48 | 0.22 | - |
| YUV | 14.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 6 | 0 | 0.86 | 0.83 | 0.86 | 358 | 0.75 | 0.08 |
| Hex | 23 | 5 | 6 | 0 | 56 | 53 | 56 | 166 | 4B | 8 |
| Octal | 43 | 5 | 6 | 0 | 126 | 123 | 126 | 546 | 113 | 10 |
| Binary | 100011 | 101 | 110 | 0 | 1010110 | 1010011 | 1010110 | 101100110 | 1001011 | 1000 |
Color Harmonies of #230506
Complementary color
Monochromatic Colors of #230506
Black with #230506
Text Example
Text Example
White with #230506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230506; }
p { color: rgb(35,5,6); }
H1.HeaderClassName
{
color: #230506;
}
.AnyTagClassName
{
color: #230506;
}
</style>
background-color css
<style>
a { background-color: #230506; }
a { background-color: rgb(35,5,6); }
div.DivClassName
{
background-color: #230506;
}
.BgClassName
{
background-color: #230506;
}
</style>
border-color css
<style>
span { border-color: #230506; }
span { border-color: rgb(35,5,6); }
td.TdClassName
{
border-color: #230506;
}
.TagClassName
{
border-color: #230506;
}
</style>