Shades of Rustic Red #30030A
Tints of Rustic Red #30030A
RGB
CMYK
RGB Variations
Color information
#30030A (or 0x30030A) is known color: Rustic Red. HEX triplet: 30, 03 and 0A. RGB value is (48,3,10). Sum of RGB (Red+Green+Blue) = 48+3+10=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #30030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030A is #CFFCF5. Grayscale: #111111. Windows color (decimal): -13630710 or 656176. OLE color: 656176.
HSL color Cylindrical-coordinate representation of color #30030A: hue angle of 350.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30030A is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 10 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.81 |
| HSL | 350.67º | 0.88% | 0.1% | - |
| HSV(B) | 350.67º | 0.94% | 0.19% | - |
| XYZ | 1.31 | 0.72 | 0.36 | - |
| YUV | 17.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 10 | 0 | 0.94 | 0.79 | 0.81 | 350.67 | 0.88 | 0.1 |
| Hex | 30 | 3 | A | 0 | 5E | 4F | 51 | 15F | 58 | A |
| Octal | 60 | 3 | 12 | 0 | 136 | 117 | 121 | 537 | 130 | 12 |
| Binary | 110000 | 11 | 1010 | 0 | 1011110 | 1001111 | 1010001 | 101011111 | 1011000 | 1010 |
Color Harmonies of #30030A
Complementary color
Monochromatic Colors of #30030A
Black with #30030A
Text Example
Text Example
White with #30030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30030A; }
p { color: rgb(48,3,10); }
H1.HeaderClassName
{
color: #30030A;
}
.AnyTagClassName
{
color: #30030A;
}
</style>
background-color css
<style>
a { background-color: #30030A; }
a { background-color: rgb(48,3,10); }
div.DivClassName
{
background-color: #30030A;
}
.BgClassName
{
background-color: #30030A;
}
</style>
border-color css
<style>
span { border-color: #30030A; }
span { border-color: rgb(48,3,10); }
td.TdClassName
{
border-color: #30030A;
}
.TagClassName
{
border-color: #30030A;
}
</style>