Shades of Rustic Red #23020F
Tints of Rustic Red #23020F
RGB
CMYK
RGB Variations
Color information
#23020F (or 0x23020F) is known color: Rustic Red. HEX triplet: 23, 02 and 0F. RGB value is (35,2,15). Sum of RGB (Red+Green+Blue) = 35+2+15=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #23020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23020F is #DCFDF0. Grayscale: #0D0D0D. Windows color (decimal): -14482929 or 983587. OLE color: 983587.
HSL color Cylindrical-coordinate representation of color #23020F: hue angle of 336.36º 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 #23020F is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 15 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.86 |
| HSL | 336.36º | 0.89% | 0.07% | - |
| HSV(B) | 336.36º | 0.94% | 0.14% | - |
| XYZ | 0.8 | 0.44 | 0.49 | - |
| YUV | 13.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 15 | 0 | 0.94 | 0.57 | 0.86 | 336.36 | 0.89 | 0.07 |
| Hex | 23 | 2 | F | 0 | 5E | 39 | 56 | 150 | 59 | 7 |
| Octal | 43 | 2 | 17 | 0 | 136 | 71 | 126 | 520 | 131 | 7 |
| Binary | 100011 | 10 | 1111 | 0 | 1011110 | 111001 | 1010110 | 101010000 | 1011001 | 111 |
Color Harmonies of #23020F
Complementary color
Monochromatic Colors of #23020F
Black with #23020F
Text Example
Text Example
White with #23020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23020F; }
p { color: rgb(35,2,15); }
H1.HeaderClassName
{
color: #23020F;
}
.AnyTagClassName
{
color: #23020F;
}
</style>
background-color css
<style>
a { background-color: #23020F; }
a { background-color: rgb(35,2,15); }
div.DivClassName
{
background-color: #23020F;
}
.BgClassName
{
background-color: #23020F;
}
</style>
border-color css
<style>
span { border-color: #23020F; }
span { border-color: rgb(35,2,15); }
td.TdClassName
{
border-color: #23020F;
}
.TagClassName
{
border-color: #23020F;
}
</style>