Shades of Rustic Red #230509
Tints of Rustic Red #230509
RGB
CMYK
RGB Variations
Color information
#230509 (or 0x230509) is known color: Rustic Red. HEX triplet: 23, 05 and 09. RGB value is (35,5,9). Sum of RGB (Red+Green+Blue) = 35+5+9=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #230509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230509 is #DCFAF6. Grayscale: #0E0E0E. Windows color (decimal): -14482167 or 591139. OLE color: 591139.
HSL color Cylindrical-coordinate representation of color #230509: hue angle of 352º 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 #230509 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 9 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.86 |
| HSL | 352º | 0.75% | 0.08% | - |
| HSV(B) | 352º | 0.86% | 0.14% | - |
| XYZ | 0.8 | 0.49 | 0.31 | - |
| YUV | 14.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 9 | 0 | 0.86 | 0.74 | 0.86 | 352 | 0.75 | 0.08 |
| Hex | 23 | 5 | 9 | 0 | 56 | 4A | 56 | 160 | 4B | 8 |
| Octal | 43 | 5 | 11 | 0 | 126 | 112 | 126 | 540 | 113 | 10 |
| Binary | 100011 | 101 | 1001 | 0 | 1010110 | 1001010 | 1010110 | 101100000 | 1001011 | 1000 |
Color Harmonies of #230509
Complementary color
Monochromatic Colors of #230509
Black with #230509
Text Example
Text Example
White with #230509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230509; }
p { color: rgb(35,5,9); }
H1.HeaderClassName
{
color: #230509;
}
.AnyTagClassName
{
color: #230509;
}
</style>
background-color css
<style>
a { background-color: #230509; }
a { background-color: rgb(35,5,9); }
div.DivClassName
{
background-color: #230509;
}
.BgClassName
{
background-color: #230509;
}
</style>
border-color css
<style>
span { border-color: #230509; }
span { border-color: rgb(35,5,9); }
td.TdClassName
{
border-color: #230509;
}
.TagClassName
{
border-color: #230509;
}
</style>