Shades of Rustic Red #300A19
Tints of Rustic Red #300A19
RGB
CMYK
RGB Variations
Color information
#300A19 (or 0x300A19) is known color: Rustic Red. HEX triplet: 30, 0A and 19. RGB value is (48,10,25). Sum of RGB (Red+Green+Blue) = 48+10+25=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #300A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A19 is #CFF5E6. Grayscale: #171717. Windows color (decimal): -13628903 or 1641008. OLE color: 1641008.
HSL color Cylindrical-coordinate representation of color #300A19: hue angle of 336.32º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A19 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 25 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.81 |
| HSL | 336.32º | 0.66% | 0.11% | - |
| HSV(B) | 336.32º | 0.79% | 0.19% | - |
| XYZ | 1.5 | 0.92 | 1.02 | - |
| YUV | 23.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 25 | 0 | 0.79 | 0.48 | 0.81 | 336.32 | 0.66 | 0.11 |
| Hex | 30 | A | 19 | 0 | 4F | 30 | 51 | 150 | 42 | B |
| Octal | 60 | 12 | 31 | 0 | 117 | 60 | 121 | 520 | 102 | 13 |
| Binary | 110000 | 1010 | 11001 | 0 | 1001111 | 110000 | 1010001 | 101010000 | 1000010 | 1011 |
Color Harmonies of #300A19
Complementary color
Monochromatic Colors of #300A19
Black with #300A19
Text Example
Text Example
White with #300A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A19; }
p { color: rgb(48,10,25); }
H1.HeaderClassName
{
color: #300A19;
}
.AnyTagClassName
{
color: #300A19;
}
</style>
background-color css
<style>
a { background-color: #300A19; }
a { background-color: rgb(48,10,25); }
div.DivClassName
{
background-color: #300A19;
}
.BgClassName
{
background-color: #300A19;
}
</style>
border-color css
<style>
span { border-color: #300A19; }
span { border-color: rgb(48,10,25); }
td.TdClassName
{
border-color: #300A19;
}
.TagClassName
{
border-color: #300A19;
}
</style>