Shades of Rust #A52F0B
Tints of Rust #A52F0B
RGB
CMYK
RGB Variations
Color information
#A52F0B (or 0xA52F0B) is known color: Rust. HEX triplet: A5, 2F and 0B. RGB value is (165,47,11). Sum of RGB (Red+Green+Blue) = 165+47+11=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F0B is #5AD0F4. Grayscale: #4E4E4E. Windows color (decimal): -5951733 or 733093. OLE color: 733093.
HSL color Cylindrical-coordinate representation of color #A52F0B: hue angle of 14.03º 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 #A52F0B is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 11 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.35 |
| HSL | 14.03º | 0.88% | 0.35% | - |
| HSV(B) | 14.03º | 0.93% | 0.65% | - |
| XYZ | 16.59 | 10.06 | 1.38 | - |
| YUV | 78.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 11 | 0 | 0.72 | 0.93 | 0.35 | 14.03 | 0.88 | 0.35 |
| Hex | A5 | 2F | B | 0 | 48 | 5D | 23 | E | 58 | 23 |
| Octal | 245 | 57 | 13 | 0 | 110 | 135 | 43 | 16 | 130 | 43 |
| Binary | 10100101 | 101111 | 1011 | 0 | 1001000 | 1011101 | 100011 | 1110 | 1011000 | 100011 |
Color Harmonies of #A52F0B
Complementary color
Monochromatic Colors of #A52F0B
Black with #A52F0B
Text Example
Text Example
White with #A52F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F0B; }
p { color: rgb(165,47,11); }
H1.HeaderClassName
{
color: #A52F0B;
}
.AnyTagClassName
{
color: #A52F0B;
}
</style>
background-color css
<style>
a { background-color: #A52F0B; }
a { background-color: rgb(165,47,11); }
div.DivClassName
{
background-color: #A52F0B;
}
.BgClassName
{
background-color: #A52F0B;
}
</style>
border-color css
<style>
span { border-color: #A52F0B; }
span { border-color: rgb(165,47,11); }
td.TdClassName
{
border-color: #A52F0B;
}
.TagClassName
{
border-color: #A52F0B;
}
</style>