Shades of Rustic Red #301319
Tints of Rustic Red #301319
RGB
CMYK
RGB Variations
Color information
#301319 (or 0x301319) is known color: Rustic Red. HEX triplet: 30, 13 and 19. RGB value is (48,19,25). Sum of RGB (Red+Green+Blue) = 48+19+25=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301319 is #CFECE6. Grayscale: #1C1C1C. Windows color (decimal): -13626599 or 1643312. OLE color: 1643312.
HSL color Cylindrical-coordinate representation of color #301319: hue angle of 347.59º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301319 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 25 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.81 |
| HSL | 347.59º | 0.43% | 0.13% | - |
| HSV(B) | 347.59º | 0.6% | 0.19% | - |
| XYZ | 1.63 | 1.16 | 1.06 | - |
| YUV | 28.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 25 | 0 | 0.60 | 0.48 | 0.81 | 347.59 | 0.43 | 0.13 |
| Hex | 30 | 13 | 19 | 0 | 3C | 30 | 51 | 15C | 2B | D |
| Octal | 60 | 23 | 31 | 0 | 74 | 60 | 121 | 534 | 53 | 15 |
| Binary | 110000 | 10011 | 11001 | 0 | 111100 | 110000 | 1010001 | 101011100 | 101011 | 1101 |
Color Harmonies of #301319
Complementary color
Monochromatic Colors of #301319
Black with #301319
Text Example
Text Example
White with #301319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301319; }
p { color: rgb(48,19,25); }
H1.HeaderClassName
{
color: #301319;
}
.AnyTagClassName
{
color: #301319;
}
</style>
background-color css
<style>
a { background-color: #301319; }
a { background-color: rgb(48,19,25); }
div.DivClassName
{
background-color: #301319;
}
.BgClassName
{
background-color: #301319;
}
</style>
border-color css
<style>
span { border-color: #301319; }
span { border-color: rgb(48,19,25); }
td.TdClassName
{
border-color: #301319;
}
.TagClassName
{
border-color: #301319;
}
</style>