Shades of Rustic Red #23050D
Tints of Rustic Red #23050D
RGB
CMYK
RGB Variations
Color information
#23050D (or 0x23050D) is known color: Rustic Red. HEX triplet: 23, 05 and 0D. RGB value is (35,5,13). Sum of RGB (Red+Green+Blue) = 35+5+13=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #23050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23050D is #DCFAF2. Grayscale: #0E0E0E. Windows color (decimal): -14482163 or 853283. OLE color: 853283.
HSL color Cylindrical-coordinate representation of color #23050D: hue angle of 344º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23050D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 13 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.86 |
| HSL | 344º | 0.75% | 0.08% | - |
| HSV(B) | 344º | 0.86% | 0.14% | - |
| XYZ | 0.82 | 0.49 | 0.43 | - |
| YUV | 14.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 13 | 0 | 0.86 | 0.63 | 0.86 | 344 | 0.75 | 0.08 |
| Hex | 23 | 5 | D | 0 | 56 | 3F | 56 | 158 | 4B | 8 |
| Octal | 43 | 5 | 15 | 0 | 126 | 77 | 126 | 530 | 113 | 10 |
| Binary | 100011 | 101 | 1101 | 0 | 1010110 | 111111 | 1010110 | 101011000 | 1001011 | 1000 |
Color Harmonies of #23050D
Complementary color
Monochromatic Colors of #23050D
Black with #23050D
Text Example
Text Example
White with #23050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23050D; }
p { color: rgb(35,5,13); }
H1.HeaderClassName
{
color: #23050D;
}
.AnyTagClassName
{
color: #23050D;
}
</style>
background-color css
<style>
a { background-color: #23050D; }
a { background-color: rgb(35,5,13); }
div.DivClassName
{
background-color: #23050D;
}
.BgClassName
{
background-color: #23050D;
}
</style>
border-color css
<style>
span { border-color: #23050D; }
span { border-color: rgb(35,5,13); }
td.TdClassName
{
border-color: #23050D;
}
.TagClassName
{
border-color: #23050D;
}
</style>