Shades of Rustic Red #23020A
Tints of Rustic Red #23020A
RGB
CMYK
RGB Variations
Color information
#23020A (or 0x23020A) is known color: Rustic Red. HEX triplet: 23, 02 and 0A. RGB value is (35,2,10). Sum of RGB (Red+Green+Blue) = 35+2+10=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #23020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23020A is #DCFDF5. Grayscale: #0C0C0C. Windows color (decimal): -14482934 or 655907. OLE color: 655907.
HSL color Cylindrical-coordinate representation of color #23020A: hue angle of 345.45º 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 #23020A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 10 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.86 |
| HSL | 345.45º | 0.89% | 0.07% | - |
| HSV(B) | 345.45º | 0.94% | 0.14% | - |
| XYZ | 0.77 | 0.42 | 0.33 | - |
| YUV | 12.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 10 | 0 | 0.94 | 0.71 | 0.86 | 345.45 | 0.89 | 0.07 |
| Hex | 23 | 2 | A | 0 | 5E | 47 | 56 | 159 | 59 | 7 |
| Octal | 43 | 2 | 12 | 0 | 136 | 107 | 126 | 531 | 131 | 7 |
| Binary | 100011 | 10 | 1010 | 0 | 1011110 | 1000111 | 1010110 | 101011001 | 1011001 | 111 |
Color Harmonies of #23020A
Complementary color
Monochromatic Colors of #23020A
Black with #23020A
Text Example
Text Example
White with #23020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23020A; }
p { color: rgb(35,2,10); }
H1.HeaderClassName
{
color: #23020A;
}
.AnyTagClassName
{
color: #23020A;
}
</style>
background-color css
<style>
a { background-color: #23020A; }
a { background-color: rgb(35,2,10); }
div.DivClassName
{
background-color: #23020A;
}
.BgClassName
{
background-color: #23020A;
}
</style>
border-color css
<style>
span { border-color: #23020A; }
span { border-color: rgb(35,2,10); }
td.TdClassName
{
border-color: #23020A;
}
.TagClassName
{
border-color: #23020A;
}
</style>