Shades of Rustic Red #23050F
Tints of Rustic Red #23050F
RGB
CMYK
RGB Variations
Color information
#23050F (or 0x23050F) is known color: Rustic Red. HEX triplet: 23, 05 and 0F. RGB value is (35,5,15). Sum of RGB (Red+Green+Blue) = 35+5+15=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #23050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23050F is #DCFAF0. Grayscale: #0F0F0F. Windows color (decimal): -14482161 or 984355. OLE color: 984355.
HSL color Cylindrical-coordinate representation of color #23050F: hue angle of 340º 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 #23050F is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 15 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.86 |
| HSL | 340º | 0.75% | 0.08% | - |
| HSV(B) | 340º | 0.86% | 0.14% | - |
| XYZ | 0.83 | 0.5 | 0.5 | - |
| YUV | 15.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 15 | 0 | 0.86 | 0.57 | 0.86 | 340 | 0.75 | 0.08 |
| Hex | 23 | 5 | F | 0 | 56 | 39 | 56 | 154 | 4B | 8 |
| Octal | 43 | 5 | 17 | 0 | 126 | 71 | 126 | 524 | 113 | 10 |
| Binary | 100011 | 101 | 1111 | 0 | 1010110 | 111001 | 1010110 | 101010100 | 1001011 | 1000 |
Color Harmonies of #23050F
Complementary color
Monochromatic Colors of #23050F
Black with #23050F
Text Example
Text Example
White with #23050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23050F; }
p { color: rgb(35,5,15); }
H1.HeaderClassName
{
color: #23050F;
}
.AnyTagClassName
{
color: #23050F;
}
</style>
background-color css
<style>
a { background-color: #23050F; }
a { background-color: rgb(35,5,15); }
div.DivClassName
{
background-color: #23050F;
}
.BgClassName
{
background-color: #23050F;
}
</style>
border-color css
<style>
span { border-color: #23050F; }
span { border-color: rgb(35,5,15); }
td.TdClassName
{
border-color: #23050F;
}
.TagClassName
{
border-color: #23050F;
}
</style>