Shades of Rustic Red #300A10
Tints of Rustic Red #300A10
RGB
CMYK
RGB Variations
Color information
#300A10 (or 0x300A10) is known color: Rustic Red. HEX triplet: 30, 0A and 10. RGB value is (48,10,16). Sum of RGB (Red+Green+Blue) = 48+10+16=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A10 is #CFF5EF. Grayscale: #161616. Windows color (decimal): -13628912 or 1051184. OLE color: 1051184.
HSL color Cylindrical-coordinate representation of color #300A10: hue angle of 350.53º 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 #300A10 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 16 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.81 |
| HSL | 350.53º | 0.66% | 0.11% | - |
| HSV(B) | 350.53º | 0.79% | 0.19% | - |
| XYZ | 1.42 | 0.88 | 0.59 | - |
| YUV | 22.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 16 | 0 | 0.79 | 0.67 | 0.81 | 350.53 | 0.66 | 0.11 |
| Hex | 30 | A | 10 | 0 | 4F | 43 | 51 | 15F | 42 | B |
| Octal | 60 | 12 | 20 | 0 | 117 | 103 | 121 | 537 | 102 | 13 |
| Binary | 110000 | 1010 | 10000 | 0 | 1001111 | 1000011 | 1010001 | 101011111 | 1000010 | 1011 |
Color Harmonies of #300A10
Complementary color
Monochromatic Colors of #300A10
Black with #300A10
Text Example
Text Example
White with #300A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A10; }
p { color: rgb(48,10,16); }
H1.HeaderClassName
{
color: #300A10;
}
.AnyTagClassName
{
color: #300A10;
}
</style>
background-color css
<style>
a { background-color: #300A10; }
a { background-color: rgb(48,10,16); }
div.DivClassName
{
background-color: #300A10;
}
.BgClassName
{
background-color: #300A10;
}
</style>
border-color css
<style>
span { border-color: #300A10; }
span { border-color: rgb(48,10,16); }
td.TdClassName
{
border-color: #300A10;
}
.TagClassName
{
border-color: #300A10;
}
</style>