Shades of Rustic Red #24000B
Tints of Rustic Red #24000B
RGB
CMYK
RGB Variations
Color information
#24000B (or 0x24000B) is known color: Rustic Red. HEX triplet: 24, 00 and 0B. RGB value is (36,0,11). Sum of RGB (Red+Green+Blue) = 36+0+11=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #24000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24000B is #DBFFF4. Grayscale: #0C0C0C. Windows color (decimal): -14417909 or 720932. OLE color: 720932.
HSL color Cylindrical-coordinate representation of color #24000B: hue angle of 341.67º 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 #24000B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.69 | 0.86 |
| HSL | 341.67º | 1% | 0.07% | - |
| HSV(B) | 341.67º | 1% | 0.14% | - |
| XYZ | 0.79 | 0.4 | 0.35 | - |
| YUV | 12.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 11 | 0 | 1 | 0.69 | 0.86 | 341.67 | 1 | 0.07 |
| Hex | 24 | 0 | B | 0 | 64 | 45 | 56 | 156 | 64 | 7 |
| Octal | 44 | 0 | 13 | 0 | 144 | 105 | 126 | 526 | 144 | 7 |
| Binary | 100100 | 0 | 1011 | 0 | 1100100 | 1000101 | 1010110 | 101010110 | 1100100 | 111 |
Color Harmonies of #24000B
Complementary color
Monochromatic Colors of #24000B
Black with #24000B
Text Example
Text Example
White with #24000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24000B; }
p { color: rgb(36,0,11); }
H1.HeaderClassName
{
color: #24000B;
}
.AnyTagClassName
{
color: #24000B;
}
</style>
background-color css
<style>
a { background-color: #24000B; }
a { background-color: rgb(36,0,11); }
div.DivClassName
{
background-color: #24000B;
}
.BgClassName
{
background-color: #24000B;
}
</style>
border-color css
<style>
span { border-color: #24000B; }
span { border-color: rgb(36,0,11); }
td.TdClassName
{
border-color: #24000B;
}
.TagClassName
{
border-color: #24000B;
}
</style>