Shades of Rustic Red #24030A
Tints of Rustic Red #24030A
RGB
CMYK
RGB Variations
Color information
#24030A (or 0x24030A) is known color: Rustic Red. HEX triplet: 24, 03 and 0A. RGB value is (36,3,10). Sum of RGB (Red+Green+Blue) = 36+3+10=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #24030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24030A is #DBFCF5. Grayscale: #0D0D0D. Windows color (decimal): -14417142 or 656164. OLE color: 656164.
HSL color Cylindrical-coordinate representation of color #24030A: hue angle of 347.27º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24030A is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 10 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.86 |
| HSL | 347.27º | 0.85% | 0.08% | - |
| HSV(B) | 347.27º | 0.92% | 0.14% | - |
| XYZ | 0.81 | 0.46 | 0.33 | - |
| YUV | 13.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 10 | 0 | 0.92 | 0.72 | 0.86 | 347.27 | 0.85 | 0.08 |
| Hex | 24 | 3 | A | 0 | 5C | 48 | 56 | 15B | 55 | 8 |
| Octal | 44 | 3 | 12 | 0 | 134 | 110 | 126 | 533 | 125 | 10 |
| Binary | 100100 | 11 | 1010 | 0 | 1011100 | 1001000 | 1010110 | 101011011 | 1010101 | 1000 |
Color Harmonies of #24030A
Complementary color
Monochromatic Colors of #24030A
Black with #24030A
Text Example
Text Example
White with #24030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24030A; }
p { color: rgb(36,3,10); }
H1.HeaderClassName
{
color: #24030A;
}
.AnyTagClassName
{
color: #24030A;
}
</style>
background-color css
<style>
a { background-color: #24030A; }
a { background-color: rgb(36,3,10); }
div.DivClassName
{
background-color: #24030A;
}
.BgClassName
{
background-color: #24030A;
}
</style>
border-color css
<style>
span { border-color: #24030A; }
span { border-color: rgb(36,3,10); }
td.TdClassName
{
border-color: #24030A;
}
.TagClassName
{
border-color: #24030A;
}
</style>