Shades of Rustic Red #23010F
Tints of Rustic Red #23010F
RGB
CMYK
RGB Variations
Color information
#23010F (or 0x23010F) is known color: Rustic Red. HEX triplet: 23, 01 and 0F. RGB value is (35,1,15). Sum of RGB (Red+Green+Blue) = 35+1+15=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #23010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23010F is #DCFEF0. Grayscale: #0C0C0C. Windows color (decimal): -14483185 or 983331. OLE color: 983331.
HSL color Cylindrical-coordinate representation of color #23010F: hue angle of 335.29º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23010F is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 1 | 15 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.86 |
| HSL | 335.29º | 0.94% | 0.07% | - |
| HSV(B) | 335.29º | 0.97% | 0.14% | - |
| XYZ | 0.79 | 0.41 | 0.49 | - |
| YUV | 12.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 15 | 0 | 0.97 | 0.57 | 0.86 | 335.29 | 0.94 | 0.07 |
| Hex | 23 | 1 | F | 0 | 61 | 39 | 56 | 14F | 5E | 7 |
| Octal | 43 | 1 | 17 | 0 | 141 | 71 | 126 | 517 | 136 | 7 |
| Binary | 100011 | 1 | 1111 | 0 | 1100001 | 111001 | 1010110 | 101001111 | 1011110 | 111 |
Color Harmonies of #23010F
Complementary color
Monochromatic Colors of #23010F
Black with #23010F
Text Example
Text Example
White with #23010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23010F; }
p { color: rgb(35,1,15); }
H1.HeaderClassName
{
color: #23010F;
}
.AnyTagClassName
{
color: #23010F;
}
</style>
background-color css
<style>
a { background-color: #23010F; }
a { background-color: rgb(35,1,15); }
div.DivClassName
{
background-color: #23010F;
}
.BgClassName
{
background-color: #23010F;
}
</style>
border-color css
<style>
span { border-color: #23010F; }
span { border-color: rgb(35,1,15); }
td.TdClassName
{
border-color: #23010F;
}
.TagClassName
{
border-color: #23010F;
}
</style>