Shades of Rust #B5530C
Tints of Rust #B5530C
RGB
CMYK
RGB Variations
Color information
#B5530C (or 0xB5530C) is known color: Rust. HEX triplet: B5, 53 and 0C. RGB value is (181,83,12). Sum of RGB (Red+Green+Blue) = 181+83+12=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5530C is #4AACF3. Grayscale: #686868. Windows color (decimal): -4893940 or 807861. OLE color: 807861.
HSL color Cylindrical-coordinate representation of color #B5530C: hue angle of 25.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5530C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 12 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.29 |
| HSL | 25.21º | 0.88% | 0.38% | - |
| HSV(B) | 25.21º | 0.93% | 0.71% | - |
| XYZ | 22.22 | 16.04 | 2.27 | - |
| YUV | 104.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 12 | 0 | 0.54 | 0.93 | 0.29 | 25.21 | 0.88 | 0.38 |
| Hex | B5 | 53 | C | 0 | 36 | 5D | 1D | 19 | 58 | 26 |
| Octal | 265 | 123 | 14 | 0 | 66 | 135 | 35 | 31 | 130 | 46 |
| Binary | 10110101 | 1010011 | 1100 | 0 | 110110 | 1011101 | 11101 | 11001 | 1011000 | 100110 |
Color Harmonies of #B5530C
Complementary color
Monochromatic Colors of #B5530C
Black with #B5530C
Text Example
Text Example
White with #B5530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5530C; }
p { color: rgb(181,83,12); }
H1.HeaderClassName
{
color: #B5530C;
}
.AnyTagClassName
{
color: #B5530C;
}
</style>
background-color css
<style>
a { background-color: #B5530C; }
a { background-color: rgb(181,83,12); }
div.DivClassName
{
background-color: #B5530C;
}
.BgClassName
{
background-color: #B5530C;
}
</style>
border-color css
<style>
span { border-color: #B5530C; }
span { border-color: rgb(181,83,12); }
td.TdClassName
{
border-color: #B5530C;
}
.TagClassName
{
border-color: #B5530C;
}
</style>