Shades of Rustic Red #320A17
Tints of Rustic Red #320A17
RGB
CMYK
RGB Variations
Color information
#320A17 (or 0x320A17) is known color: Rustic Red. HEX triplet: 32, 0A and 17. RGB value is (50,10,23). Sum of RGB (Red+Green+Blue) = 50+10+23=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #320A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A17 is #CDF5E8. Grayscale: #171717. Windows color (decimal): -13497833 or 1509938. OLE color: 1509938.
HSL color Cylindrical-coordinate representation of color #320A17: hue angle of 340.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #320A17 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 10 | 23 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.80 |
| HSL | 340.5º | 0.67% | 0.12% | - |
| HSV(B) | 340.5º | 0.8% | 0.2% | - |
| XYZ | 1.58 | 0.96 | 0.91 | - |
| YUV | 23.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 23 | 0 | 0.80 | 0.54 | 0.80 | 340.5 | 0.67 | 0.12 |
| Hex | 32 | A | 17 | 0 | 50 | 36 | 50 | 154 | 43 | C |
| Octal | 62 | 12 | 27 | 0 | 120 | 66 | 120 | 524 | 103 | 14 |
| Binary | 110010 | 1010 | 10111 | 0 | 1010000 | 110110 | 1010000 | 101010100 | 1000011 | 1100 |
Color Harmonies of #320A17
Complementary color
Monochromatic Colors of #320A17
Black with #320A17
Text Example
Text Example
White with #320A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A17; }
p { color: rgb(50,10,23); }
H1.HeaderClassName
{
color: #320A17;
}
.AnyTagClassName
{
color: #320A17;
}
</style>
background-color css
<style>
a { background-color: #320A17; }
a { background-color: rgb(50,10,23); }
div.DivClassName
{
background-color: #320A17;
}
.BgClassName
{
background-color: #320A17;
}
</style>
border-color css
<style>
span { border-color: #320A17; }
span { border-color: rgb(50,10,23); }
td.TdClassName
{
border-color: #320A17;
}
.TagClassName
{
border-color: #320A17;
}
</style>