Shades of Rustic Red #23020D
Tints of Rustic Red #23020D
RGB
CMYK
RGB Variations
Color information
#23020D (or 0x23020D) is known color: Rustic Red. HEX triplet: 23, 02 and 0D. RGB value is (35,2,13). Sum of RGB (Red+Green+Blue) = 35+2+13=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23020D is #DCFDF2. Grayscale: #0D0D0D. Windows color (decimal): -14482931 or 852515. OLE color: 852515.
HSL color Cylindrical-coordinate representation of color #23020D: hue angle of 340º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23020D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 13 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.86 |
| HSL | 340º | 0.89% | 0.07% | - |
| HSV(B) | 340º | 0.94% | 0.14% | - |
| XYZ | 0.79 | 0.43 | 0.42 | - |
| YUV | 13.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 13 | 0 | 0.94 | 0.63 | 0.86 | 340 | 0.89 | 0.07 |
| Hex | 23 | 2 | D | 0 | 5E | 3F | 56 | 154 | 59 | 7 |
| Octal | 43 | 2 | 15 | 0 | 136 | 77 | 126 | 524 | 131 | 7 |
| Binary | 100011 | 10 | 1101 | 0 | 1011110 | 111111 | 1010110 | 101010100 | 1011001 | 111 |
Color Harmonies of #23020D
Complementary color
Monochromatic Colors of #23020D
Black with #23020D
Text Example
Text Example
White with #23020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23020D; }
p { color: rgb(35,2,13); }
H1.HeaderClassName
{
color: #23020D;
}
.AnyTagClassName
{
color: #23020D;
}
</style>
background-color css
<style>
a { background-color: #23020D; }
a { background-color: rgb(35,2,13); }
div.DivClassName
{
background-color: #23020D;
}
.BgClassName
{
background-color: #23020D;
}
</style>
border-color css
<style>
span { border-color: #23020D; }
span { border-color: rgb(35,2,13); }
td.TdClassName
{
border-color: #23020D;
}
.TagClassName
{
border-color: #23020D;
}
</style>