Shades of Rust #A5300B
Tints of Rust #A5300B
RGB
CMYK
RGB Variations
Color information
#A5300B (or 0xA5300B) is known color: Rust. HEX triplet: A5, 30 and 0B. RGB value is (165,48,11). Sum of RGB (Red+Green+Blue) = 165+48+11=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A5300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5300B is #5ACFF4. Grayscale: #4F4F4F. Windows color (decimal): -5951477 or 733349. OLE color: 733349.
HSL color Cylindrical-coordinate representation of color #A5300B: hue angle of 14.42º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5300B is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 48 | 11 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.35 |
| HSL | 14.42º | 0.88% | 0.35% | - |
| HSV(B) | 14.42º | 0.93% | 0.65% | - |
| XYZ | 16.63 | 10.14 | 1.4 | - |
| YUV | 78.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 48 | 11 | 0 | 0.71 | 0.93 | 0.35 | 14.42 | 0.88 | 0.35 |
| Hex | A5 | 30 | B | 0 | 47 | 5D | 23 | E | 58 | 23 |
| Octal | 245 | 60 | 13 | 0 | 107 | 135 | 43 | 16 | 130 | 43 |
| Binary | 10100101 | 110000 | 1011 | 0 | 1000111 | 1011101 | 100011 | 1110 | 1011000 | 100011 |
Color Harmonies of #A5300B
Complementary color
Monochromatic Colors of #A5300B
Black with #A5300B
Text Example
Text Example
White with #A5300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5300B; }
p { color: rgb(165,48,11); }
H1.HeaderClassName
{
color: #A5300B;
}
.AnyTagClassName
{
color: #A5300B;
}
</style>
background-color css
<style>
a { background-color: #A5300B; }
a { background-color: rgb(165,48,11); }
div.DivClassName
{
background-color: #A5300B;
}
.BgClassName
{
background-color: #A5300B;
}
</style>
border-color css
<style>
span { border-color: #A5300B; }
span { border-color: rgb(165,48,11); }
td.TdClassName
{
border-color: #A5300B;
}
.TagClassName
{
border-color: #A5300B;
}
</style>