Shades of Rustic Red #300A0B
Tints of Rustic Red #300A0B
RGB
CMYK
RGB Variations
Color information
#300A0B (or 0x300A0B) is known color: Rustic Red. HEX triplet: 30, 0A and 0B. RGB value is (48,10,11). Sum of RGB (Red+Green+Blue) = 48+10+11=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A0B is #CFF5F4. Grayscale: #151515. Windows color (decimal): -13628917 or 723504. OLE color: 723504.
HSL color Cylindrical-coordinate representation of color #300A0B: hue angle of 358.42º 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 #300A0B is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 11 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.81 |
| HSL | 358.42º | 0.66% | 0.11% | - |
| HSV(B) | 358.42º | 0.79% | 0.19% | - |
| XYZ | 1.39 | 0.87 | 0.41 | - |
| YUV | 21.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 11 | 0 | 0.79 | 0.77 | 0.81 | 358.42 | 0.66 | 0.11 |
| Hex | 30 | A | B | 0 | 4F | 4D | 51 | 166 | 42 | B |
| Octal | 60 | 12 | 13 | 0 | 117 | 115 | 121 | 546 | 102 | 13 |
| Binary | 110000 | 1010 | 1011 | 0 | 1001111 | 1001101 | 1010001 | 101100110 | 1000010 | 1011 |
Color Harmonies of #300A0B
Complementary color
Monochromatic Colors of #300A0B
Black with #300A0B
Text Example
Text Example
White with #300A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A0B; }
p { color: rgb(48,10,11); }
H1.HeaderClassName
{
color: #300A0B;
}
.AnyTagClassName
{
color: #300A0B;
}
</style>
background-color css
<style>
a { background-color: #300A0B; }
a { background-color: rgb(48,10,11); }
div.DivClassName
{
background-color: #300A0B;
}
.BgClassName
{
background-color: #300A0B;
}
</style>
border-color css
<style>
span { border-color: #300A0B; }
span { border-color: rgb(48,10,11); }
td.TdClassName
{
border-color: #300A0B;
}
.TagClassName
{
border-color: #300A0B;
}
</style>