Shades of Rustic Red #480107
Tints of Rustic Red #480107
RGB
CMYK
RGB Variations
Color information
#480107 (or 0x480107) is known color: Rustic Red. HEX triplet: 48, 01 and 07. RGB value is (72,1,7). Sum of RGB (Red+Green+Blue) = 72+1+7=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480107 is #B7FEF8. Grayscale: #161616. Windows color (decimal): -12058361 or 459080. OLE color: 459080.
HSL color Cylindrical-coordinate representation of color #480107: hue angle of 354.93º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480107 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.72 |
| HSL | 354.93º | 0.97% | 0.14% | - |
| HSV(B) | 354.93º | 0.99% | 0.28% | - |
| XYZ | 2.72 | 1.41 | 0.33 | - |
| YUV | 22.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 7 | 0 | 0.99 | 0.90 | 0.72 | 354.93 | 0.97 | 0.14 |
| Hex | 48 | 1 | 7 | 0 | 63 | 5A | 48 | 163 | 61 | E |
| Octal | 110 | 1 | 7 | 0 | 143 | 132 | 110 | 543 | 141 | 16 |
| Binary | 1001000 | 1 | 111 | 0 | 1100011 | 1011010 | 1001000 | 101100011 | 1100001 | 1110 |
Color Harmonies of #480107
Complementary color
Monochromatic Colors of #480107
Black with #480107
Text Example
Text Example
White with #480107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480107; }
p { color: rgb(72,1,7); }
H1.HeaderClassName
{
color: #480107;
}
.AnyTagClassName
{
color: #480107;
}
</style>
background-color css
<style>
a { background-color: #480107; }
a { background-color: rgb(72,1,7); }
div.DivClassName
{
background-color: #480107;
}
.BgClassName
{
background-color: #480107;
}
</style>
border-color css
<style>
span { border-color: #480107; }
span { border-color: rgb(72,1,7); }
td.TdClassName
{
border-color: #480107;
}
.TagClassName
{
border-color: #480107;
}
</style>