Shades of Rustic Red #300F1A
Tints of Rustic Red #300F1A
RGB
CMYK
RGB Variations
Color information
#300F1A (or 0x300F1A) is known color: Rustic Red. HEX triplet: 30, 0F and 1A. RGB value is (48,15,26). Sum of RGB (Red+Green+Blue) = 48+15+26=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1A is #CFF0E5. Grayscale: #1A1A1A. Windows color (decimal): -13627622 or 1707824. OLE color: 1707824.
HSL color Cylindrical-coordinate representation of color #300F1A: hue angle of 340º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F1A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 26 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.81 |
| HSL | 340º | 0.52% | 0.12% | - |
| HSV(B) | 340º | 0.69% | 0.19% | - |
| XYZ | 1.58 | 1.04 | 1.1 | - |
| YUV | 26.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 26 | 0 | 0.69 | 0.46 | 0.81 | 340 | 0.52 | 0.12 |
| Hex | 30 | F | 1A | 0 | 45 | 2E | 51 | 154 | 34 | C |
| Octal | 60 | 17 | 32 | 0 | 105 | 56 | 121 | 524 | 64 | 14 |
| Binary | 110000 | 1111 | 11010 | 0 | 1000101 | 101110 | 1010001 | 101010100 | 110100 | 1100 |
Color Harmonies of #300F1A
Complementary color
Monochromatic Colors of #300F1A
Black with #300F1A
Text Example
Text Example
White with #300F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F1A; }
p { color: rgb(48,15,26); }
H1.HeaderClassName
{
color: #300F1A;
}
.AnyTagClassName
{
color: #300F1A;
}
</style>
background-color css
<style>
a { background-color: #300F1A; }
a { background-color: rgb(48,15,26); }
div.DivClassName
{
background-color: #300F1A;
}
.BgClassName
{
background-color: #300F1A;
}
</style>
border-color css
<style>
span { border-color: #300F1A; }
span { border-color: rgb(48,15,26); }
td.TdClassName
{
border-color: #300F1A;
}
.TagClassName
{
border-color: #300F1A;
}
</style>