Shades of Rustic Red #23000C
Tints of Rustic Red #23000C
RGB
CMYK
RGB Variations
Color information
#23000C (or 0x23000C) is known color: Rustic Red. HEX triplet: 23, 00 and 0C. RGB value is (35,0,12). Sum of RGB (Red+Green+Blue) = 35+0+12=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #23000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23000C is #DCFFF3. Grayscale: #0B0B0B. Windows color (decimal): -14483444 or 786467. OLE color: 786467.
HSL color Cylindrical-coordinate representation of color #23000C: hue angle of 339.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23000C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.66 | 0.86 |
| HSL | 339.43º | 1% | 0.07% | - |
| HSV(B) | 339.43º | 1% | 0.14% | - |
| XYZ | 0.76 | 0.38 | 0.38 | - |
| YUV | 11.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 12 | 0 | 1 | 0.66 | 0.86 | 339.43 | 1 | 0.07 |
| Hex | 23 | 0 | C | 0 | 64 | 42 | 56 | 153 | 64 | 7 |
| Octal | 43 | 0 | 14 | 0 | 144 | 102 | 126 | 523 | 144 | 7 |
| Binary | 100011 | 0 | 1100 | 0 | 1100100 | 1000010 | 1010110 | 101010011 | 1100100 | 111 |
Color Harmonies of #23000C
Complementary color
Monochromatic Colors of #23000C
Black with #23000C
Text Example
Text Example
White with #23000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23000C; }
p { color: rgb(35,0,12); }
H1.HeaderClassName
{
color: #23000C;
}
.AnyTagClassName
{
color: #23000C;
}
</style>
background-color css
<style>
a { background-color: #23000C; }
a { background-color: rgb(35,0,12); }
div.DivClassName
{
background-color: #23000C;
}
.BgClassName
{
background-color: #23000C;
}
</style>
border-color css
<style>
span { border-color: #23000C; }
span { border-color: rgb(35,0,12); }
td.TdClassName
{
border-color: #23000C;
}
.TagClassName
{
border-color: #23000C;
}
</style>