Shades of Rustic Red #480305
Tints of Rustic Red #480305
RGB
CMYK
RGB Variations
Color information
#480305 (or 0x480305) is known color: Rustic Red. HEX triplet: 48, 03 and 05. RGB value is (72,3,5). Sum of RGB (Red+Green+Blue) = 72+3+5=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480305 is #B7FCFA. Grayscale: #171717. Windows color (decimal): -12057851 or 328520. OLE color: 328520.
HSL color Cylindrical-coordinate representation of color #480305: hue angle of 358.26º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480305 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 3 | 5 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.72 |
| HSL | 358.26º | 0.92% | 0.15% | - |
| HSV(B) | 358.26º | 0.96% | 0.28% | - |
| XYZ | 2.73 | 1.45 | 0.28 | - |
| YUV | 23.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 5 | 0 | 0.96 | 0.93 | 0.72 | 358.26 | 0.92 | 0.15 |
| Hex | 48 | 3 | 5 | 0 | 60 | 5D | 48 | 166 | 5C | F |
| Octal | 110 | 3 | 5 | 0 | 140 | 135 | 110 | 546 | 134 | 17 |
| Binary | 1001000 | 11 | 101 | 0 | 1100000 | 1011101 | 1001000 | 101100110 | 1011100 | 1111 |
Color Harmonies of #480305
Complementary color
Monochromatic Colors of #480305
Black with #480305
Text Example
Text Example
White with #480305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480305; }
p { color: rgb(72,3,5); }
H1.HeaderClassName
{
color: #480305;
}
.AnyTagClassName
{
color: #480305;
}
</style>
background-color css
<style>
a { background-color: #480305; }
a { background-color: rgb(72,3,5); }
div.DivClassName
{
background-color: #480305;
}
.BgClassName
{
background-color: #480305;
}
</style>
border-color css
<style>
span { border-color: #480305; }
span { border-color: rgb(72,3,5); }
td.TdClassName
{
border-color: #480305;
}
.TagClassName
{
border-color: #480305;
}
</style>