Shades of Rustic Red #23030C
Tints of Rustic Red #23030C
RGB
CMYK
RGB Variations
Color information
#23030C (or 0x23030C) is known color: Rustic Red. HEX triplet: 23, 03 and 0C. RGB value is (35,3,12). Sum of RGB (Red+Green+Blue) = 35+3+12=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23030C is #DCFCF3. Grayscale: #0D0D0D. Windows color (decimal): -14482676 or 787235. OLE color: 787235.
HSL color Cylindrical-coordinate representation of color #23030C: hue angle of 343.12º 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 #23030C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 12 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.86 |
| HSL | 343.13º | 0.84% | 0.07% | - |
| HSV(B) | 343.13º | 0.91% | 0.14% | - |
| XYZ | 0.79 | 0.45 | 0.39 | - |
| YUV | 13.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 12 | 0 | 0.91 | 0.66 | 0.86 | 343.13 | 0.84 | 0.07 |
| Hex | 23 | 3 | C | 0 | 5B | 42 | 56 | 157 | 54 | 7 |
| Octal | 43 | 3 | 14 | 0 | 133 | 102 | 126 | 527 | 124 | 7 |
| Binary | 100011 | 11 | 1100 | 0 | 1011011 | 1000010 | 1010110 | 101010111 | 1010100 | 111 |
Color Harmonies of #23030C
Complementary color
Monochromatic Colors of #23030C
Black with #23030C
Text Example
Text Example
White with #23030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23030C; }
p { color: rgb(35,3,12); }
H1.HeaderClassName
{
color: #23030C;
}
.AnyTagClassName
{
color: #23030C;
}
</style>
background-color css
<style>
a { background-color: #23030C; }
a { background-color: rgb(35,3,12); }
div.DivClassName
{
background-color: #23030C;
}
.BgClassName
{
background-color: #23030C;
}
</style>
border-color css
<style>
span { border-color: #23030C; }
span { border-color: rgb(35,3,12); }
td.TdClassName
{
border-color: #23030C;
}
.TagClassName
{
border-color: #23030C;
}
</style>