Shades of Rustic Red #23080F
Tints of Rustic Red #23080F
RGB
CMYK
RGB Variations
Color information
#23080F (or 0x23080F) is known color: Rustic Red. HEX triplet: 23, 08 and 0F. RGB value is (35,8,15). Sum of RGB (Red+Green+Blue) = 35+8+15=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #23080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23080F is #DCF7F0. Grayscale: #101010. Windows color (decimal): -14481393 or 985123. OLE color: 985123.
HSL color Cylindrical-coordinate representation of color #23080F: hue angle of 344.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23080F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 8 | 15 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.86 |
| HSL | 344.44º | 0.63% | 0.08% | - |
| HSV(B) | 344.44º | 0.77% | 0.14% | - |
| XYZ | 0.87 | 0.57 | 0.52 | - |
| YUV | 16.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 15 | 0 | 0.77 | 0.57 | 0.86 | 344.44 | 0.63 | 0.08 |
| Hex | 23 | 8 | F | 0 | 4D | 39 | 56 | 158 | 3F | 8 |
| Octal | 43 | 10 | 17 | 0 | 115 | 71 | 126 | 530 | 77 | 10 |
| Binary | 100011 | 1000 | 1111 | 0 | 1001101 | 111001 | 1010110 | 101011000 | 111111 | 1000 |
Color Harmonies of #23080F
Complementary color
Monochromatic Colors of #23080F
Black with #23080F
Text Example
Text Example
White with #23080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23080F; }
p { color: rgb(35,8,15); }
H1.HeaderClassName
{
color: #23080F;
}
.AnyTagClassName
{
color: #23080F;
}
</style>
background-color css
<style>
a { background-color: #23080F; }
a { background-color: rgb(35,8,15); }
div.DivClassName
{
background-color: #23080F;
}
.BgClassName
{
background-color: #23080F;
}
</style>
border-color css
<style>
span { border-color: #23080F; }
span { border-color: rgb(35,8,15); }
td.TdClassName
{
border-color: #23080F;
}
.TagClassName
{
border-color: #23080F;
}
</style>