Shades of Rustic Red #230507
Tints of Rustic Red #230507
RGB
CMYK
RGB Variations
Color information
#230507 (or 0x230507) is known color: Rustic Red. HEX triplet: 23, 05 and 07. RGB value is (35,5,7). Sum of RGB (Red+Green+Blue) = 35+5+7=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #230507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230507 is #DCFAF8. Grayscale: #0E0E0E. Windows color (decimal): -14482169 or 460067. OLE color: 460067.
HSL color Cylindrical-coordinate representation of color #230507: hue angle of 356º 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 #230507 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 7 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.86 |
| HSL | 356º | 0.75% | 0.08% | - |
| HSV(B) | 356º | 0.86% | 0.14% | - |
| XYZ | 0.79 | 0.48 | 0.25 | - |
| YUV | 14.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 7 | 0 | 0.86 | 0.80 | 0.86 | 356 | 0.75 | 0.08 |
| Hex | 23 | 5 | 7 | 0 | 56 | 50 | 56 | 164 | 4B | 8 |
| Octal | 43 | 5 | 7 | 0 | 126 | 120 | 126 | 544 | 113 | 10 |
| Binary | 100011 | 101 | 111 | 0 | 1010110 | 1010000 | 1010110 | 101100100 | 1001011 | 1000 |
Color Harmonies of #230507
Complementary color
Monochromatic Colors of #230507
Black with #230507
Text Example
Text Example
White with #230507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230507; }
p { color: rgb(35,5,7); }
H1.HeaderClassName
{
color: #230507;
}
.AnyTagClassName
{
color: #230507;
}
</style>
background-color css
<style>
a { background-color: #230507; }
a { background-color: rgb(35,5,7); }
div.DivClassName
{
background-color: #230507;
}
.BgClassName
{
background-color: #230507;
}
</style>
border-color css
<style>
span { border-color: #230507; }
span { border-color: rgb(35,5,7); }
td.TdClassName
{
border-color: #230507;
}
.TagClassName
{
border-color: #230507;
}
</style>