Shades of Rustic Red #23000F
Tints of Rustic Red #23000F
RGB
CMYK
RGB Variations
Color information
#23000F (or 0x23000F) is known color: Rustic Red. HEX triplet: 23, 00 and 0F. RGB value is (35,0,15). Sum of RGB (Red+Green+Blue) = 35+0+15=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23000F is #DCFFF0. Grayscale: #0C0C0C. Windows color (decimal): -14483441 or 983075. OLE color: 983075.
HSL color Cylindrical-coordinate representation of color #23000F: hue angle of 334.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23000F is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.57 | 0.86 |
| HSL | 334.29º | 1% | 0.07% | - |
| HSV(B) | 334.29º | 1% | 0.14% | - |
| XYZ | 0.78 | 0.39 | 0.49 | - |
| YUV | 12.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 15 | 0 | 1 | 0.57 | 0.86 | 334.29 | 1 | 0.07 |
| Hex | 23 | 0 | F | 0 | 64 | 39 | 56 | 14E | 64 | 7 |
| Octal | 43 | 0 | 17 | 0 | 144 | 71 | 126 | 516 | 144 | 7 |
| Binary | 100011 | 0 | 1111 | 0 | 1100100 | 111001 | 1010110 | 101001110 | 1100100 | 111 |
Color Harmonies of #23000F
Complementary color
Monochromatic Colors of #23000F
Black with #23000F
Text Example
Text Example
White with #23000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23000F; }
p { color: rgb(35,0,15); }
H1.HeaderClassName
{
color: #23000F;
}
.AnyTagClassName
{
color: #23000F;
}
</style>
background-color css
<style>
a { background-color: #23000F; }
a { background-color: rgb(35,0,15); }
div.DivClassName
{
background-color: #23000F;
}
.BgClassName
{
background-color: #23000F;
}
</style>
border-color css
<style>
span { border-color: #23000F; }
span { border-color: rgb(35,0,15); }
td.TdClassName
{
border-color: #23000F;
}
.TagClassName
{
border-color: #23000F;
}
</style>