Shades of Rustic Red #230513
Tints of Rustic Red #230513
RGB
CMYK
RGB Variations
Color information
#230513 (or 0x230513) is known color: Rustic Red. HEX triplet: 23, 05 and 13. RGB value is (35,5,19). Sum of RGB (Red+Green+Blue) = 35+5+19=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230513 is #DCFAEC. Grayscale: #0F0F0F. Windows color (decimal): -14482157 or 1246499. OLE color: 1246499.
HSL color Cylindrical-coordinate representation of color #230513: hue angle of 332º 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 #230513 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 19 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.86 |
| HSL | 332º | 0.75% | 0.08% | - |
| HSV(B) | 332º | 0.86% | 0.14% | - |
| XYZ | 0.86 | 0.51 | 0.67 | - |
| YUV | 15.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 19 | 0 | 0.86 | 0.46 | 0.86 | 332 | 0.75 | 0.08 |
| Hex | 23 | 5 | 13 | 0 | 56 | 2E | 56 | 14C | 4B | 8 |
| Octal | 43 | 5 | 23 | 0 | 126 | 56 | 126 | 514 | 113 | 10 |
| Binary | 100011 | 101 | 10011 | 0 | 1010110 | 101110 | 1010110 | 101001100 | 1001011 | 1000 |
Color Harmonies of #230513
Complementary color
Monochromatic Colors of #230513
Black with #230513
Text Example
Text Example
White with #230513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230513; }
p { color: rgb(35,5,19); }
H1.HeaderClassName
{
color: #230513;
}
.AnyTagClassName
{
color: #230513;
}
</style>
background-color css
<style>
a { background-color: #230513; }
a { background-color: rgb(35,5,19); }
div.DivClassName
{
background-color: #230513;
}
.BgClassName
{
background-color: #230513;
}
</style>
border-color css
<style>
span { border-color: #230513; }
span { border-color: rgb(35,5,19); }
td.TdClassName
{
border-color: #230513;
}
.TagClassName
{
border-color: #230513;
}
</style>