Shades of Rustic Red #23090B
Tints of Rustic Red #23090B
RGB
CMYK
RGB Variations
Color information
#23090B (or 0x23090B) is known color: Rustic Red. HEX triplet: 23, 09 and 0B. RGB value is (35,9,11). Sum of RGB (Red+Green+Blue) = 35+9+11=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #23090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23090B is #DCF6F4. Grayscale: #111111. Windows color (decimal): -14481141 or 723235. OLE color: 723235.
HSL color Cylindrical-coordinate representation of color #23090B: hue angle of 355.38º 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 #23090B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 9 | 11 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.86 |
| HSL | 355.38º | 0.59% | 0.09% | - |
| HSV(B) | 355.38º | 0.74% | 0.14% | - |
| XYZ | 0.85 | 0.58 | 0.38 | - |
| YUV | 17 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 11 | 0 | 0.74 | 0.69 | 0.86 | 355.38 | 0.59 | 0.09 |
| Hex | 23 | 9 | B | 0 | 4A | 45 | 56 | 163 | 3B | 9 |
| Octal | 43 | 11 | 13 | 0 | 112 | 105 | 126 | 543 | 73 | 11 |
| Binary | 100011 | 1001 | 1011 | 0 | 1001010 | 1000101 | 1010110 | 101100011 | 111011 | 1001 |
Color Harmonies of #23090B
Complementary color
Monochromatic Colors of #23090B
Black with #23090B
Text Example
Text Example
White with #23090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23090B; }
p { color: rgb(35,9,11); }
H1.HeaderClassName
{
color: #23090B;
}
.AnyTagClassName
{
color: #23090B;
}
</style>
background-color css
<style>
a { background-color: #23090B; }
a { background-color: rgb(35,9,11); }
div.DivClassName
{
background-color: #23090B;
}
.BgClassName
{
background-color: #23090B;
}
</style>
border-color css
<style>
span { border-color: #23090B; }
span { border-color: rgb(35,9,11); }
td.TdClassName
{
border-color: #23090B;
}
.TagClassName
{
border-color: #23090B;
}
</style>