Shades of Rustic Red #230708
Tints of Rustic Red #230708
RGB
CMYK
RGB Variations
Color information
#230708 (or 0x230708) is known color: Rustic Red. HEX triplet: 23, 07 and 08. RGB value is (35,7,8). Sum of RGB (Red+Green+Blue) = 35+7+8=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #230708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230708 is #DCF8F7. Grayscale: #0F0F0F. Windows color (decimal): -14481656 or 526115. OLE color: 526115.
HSL color Cylindrical-coordinate representation of color #230708: hue angle of 357.86º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230708 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 8 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.86 |
| HSL | 357.86º | 0.67% | 0.08% | - |
| HSV(B) | 357.86º | 0.8% | 0.14% | - |
| XYZ | 0.81 | 0.53 | 0.29 | - |
| YUV | 15.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 8 | 0 | 0.80 | 0.77 | 0.86 | 357.86 | 0.67 | 0.08 |
| Hex | 23 | 7 | 8 | 0 | 50 | 4D | 56 | 166 | 43 | 8 |
| Octal | 43 | 7 | 10 | 0 | 120 | 115 | 126 | 546 | 103 | 10 |
| Binary | 100011 | 111 | 1000 | 0 | 1010000 | 1001101 | 1010110 | 101100110 | 1000011 | 1000 |
Color Harmonies of #230708
Complementary color
Monochromatic Colors of #230708
Black with #230708
Text Example
Text Example
White with #230708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230708; }
p { color: rgb(35,7,8); }
H1.HeaderClassName
{
color: #230708;
}
.AnyTagClassName
{
color: #230708;
}
</style>
background-color css
<style>
a { background-color: #230708; }
a { background-color: rgb(35,7,8); }
div.DivClassName
{
background-color: #230708;
}
.BgClassName
{
background-color: #230708;
}
</style>
border-color css
<style>
span { border-color: #230708; }
span { border-color: rgb(35,7,8); }
td.TdClassName
{
border-color: #230708;
}
.TagClassName
{
border-color: #230708;
}
</style>