Shades of Rustic Red #230912
Tints of Rustic Red #230912
RGB
CMYK
RGB Variations
Color information
#230912 (or 0x230912) is known color: Rustic Red. HEX triplet: 23, 09 and 12. RGB value is (35,9,18). Sum of RGB (Red+Green+Blue) = 35+9+18=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230912 is #DCF6ED. Grayscale: #111111. Windows color (decimal): -14481134 or 1181987. OLE color: 1181987.
HSL color Cylindrical-coordinate representation of color #230912: hue angle of 339.23º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230912 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 9 | 18 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.86 |
| HSL | 339.23º | 0.59% | 0.09% | - |
| HSV(B) | 339.23º | 0.74% | 0.14% | - |
| XYZ | 0.9 | 0.6 | 0.64 | - |
| YUV | 17.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 18 | 0 | 0.74 | 0.49 | 0.86 | 339.23 | 0.59 | 0.09 |
| Hex | 23 | 9 | 12 | 0 | 4A | 31 | 56 | 153 | 3B | 9 |
| Octal | 43 | 11 | 22 | 0 | 112 | 61 | 126 | 523 | 73 | 11 |
| Binary | 100011 | 1001 | 10010 | 0 | 1001010 | 110001 | 1010110 | 101010011 | 111011 | 1001 |
Color Harmonies of #230912
Complementary color
Monochromatic Colors of #230912
Black with #230912
Text Example
Text Example
White with #230912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230912; }
p { color: rgb(35,9,18); }
H1.HeaderClassName
{
color: #230912;
}
.AnyTagClassName
{
color: #230912;
}
</style>
background-color css
<style>
a { background-color: #230912; }
a { background-color: rgb(35,9,18); }
div.DivClassName
{
background-color: #230912;
}
.BgClassName
{
background-color: #230912;
}
</style>
border-color css
<style>
span { border-color: #230912; }
span { border-color: rgb(35,9,18); }
td.TdClassName
{
border-color: #230912;
}
.TagClassName
{
border-color: #230912;
}
</style>