Shades of Rustic Red #301A1C
Tints of Rustic Red #301A1C
RGB
CMYK
RGB Variations
Color information
#301A1C (or 0x301A1C) is known color: Rustic Red. HEX triplet: 30, 1A and 1C. RGB value is (48,26,28). Sum of RGB (Red+Green+Blue) = 48+26+28=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A1C is #CFE5E3. Grayscale: #202020. Windows color (decimal): -13624804 or 1841712. OLE color: 1841712.
HSL color Cylindrical-coordinate representation of color #301A1C: hue angle of 354.55º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A1C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 28 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.81 |
| HSL | 354.55º | 0.3% | 0.15% | - |
| HSV(B) | 354.55º | 0.46% | 0.19% | - |
| XYZ | 1.8 | 1.45 | 1.28 | - |
| YUV | 32.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 28 | 0 | 0.46 | 0.42 | 0.81 | 354.55 | 0.3 | 0.15 |
| Hex | 30 | 1A | 1C | 0 | 2E | 2A | 51 | 163 | 1E | F |
| Octal | 60 | 32 | 34 | 0 | 56 | 52 | 121 | 543 | 36 | 17 |
| Binary | 110000 | 11010 | 11100 | 0 | 101110 | 101010 | 1010001 | 101100011 | 11110 | 1111 |
Color Harmonies of #301A1C
Complementary color
Monochromatic Colors of #301A1C
Black with #301A1C
Text Example
Text Example
White with #301A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A1C; }
p { color: rgb(48,26,28); }
H1.HeaderClassName
{
color: #301A1C;
}
.AnyTagClassName
{
color: #301A1C;
}
</style>
background-color css
<style>
a { background-color: #301A1C; }
a { background-color: rgb(48,26,28); }
div.DivClassName
{
background-color: #301A1C;
}
.BgClassName
{
background-color: #301A1C;
}
</style>
border-color css
<style>
span { border-color: #301A1C; }
span { border-color: rgb(48,26,28); }
td.TdClassName
{
border-color: #301A1C;
}
.TagClassName
{
border-color: #301A1C;
}
</style>