Shades of Rustic Red #230305
Tints of Rustic Red #230305
RGB
CMYK
RGB Variations
Color information
#230305 (or 0x230305) is known color: Rustic Red. HEX triplet: 23, 03 and 05. RGB value is (35,3,5). Sum of RGB (Red+Green+Blue) = 35+3+5=43 (5% of max value = 765). Red value is 35 (14.06% from 255 or 81.40% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 35 - color contains mainly: red. Hex color #230305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230305 is #DCFCFA. Grayscale: #0C0C0C. Windows color (decimal): -14482683 or 328483. OLE color: 328483.
HSL color Cylindrical-coordinate representation of color #230305: hue angle of 356.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230305 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 5 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.86 |
| HSL | 356.25º | 0.84% | 0.07% | - |
| HSV(B) | 356.25º | 0.91% | 0.14% | - |
| XYZ | 0.75 | 0.43 | 0.19 | - |
| YUV | 12.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 5 | 0 | 0.91 | 0.86 | 0.86 | 356.25 | 0.84 | 0.07 |
| Hex | 23 | 3 | 5 | 0 | 5B | 56 | 56 | 164 | 54 | 7 |
| Octal | 43 | 3 | 5 | 0 | 133 | 126 | 126 | 544 | 124 | 7 |
| Binary | 100011 | 11 | 101 | 0 | 1011011 | 1010110 | 1010110 | 101100100 | 1010100 | 111 |
Color Harmonies of #230305
Complementary color
Monochromatic Colors of #230305
Black with #230305
Text Example
Text Example
White with #230305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230305; }
p { color: rgb(35,3,5); }
H1.HeaderClassName
{
color: #230305;
}
.AnyTagClassName
{
color: #230305;
}
</style>
background-color css
<style>
a { background-color: #230305; }
a { background-color: rgb(35,3,5); }
div.DivClassName
{
background-color: #230305;
}
.BgClassName
{
background-color: #230305;
}
</style>
border-color css
<style>
span { border-color: #230305; }
span { border-color: rgb(35,3,5); }
td.TdClassName
{
border-color: #230305;
}
.TagClassName
{
border-color: #230305;
}
</style>