Shades of Rust #B5320C
Tints of Rust #B5320C
RGB
CMYK
RGB Variations
Color information
#B5320C (or 0xB5320C) is known color: Rust. HEX triplet: B5, 32 and 0C. RGB value is (181,50,12). Sum of RGB (Red+Green+Blue) = 181+50+12=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5320C is #4ACDF3. Grayscale: #555555. Windows color (decimal): -4902388 or 799413. OLE color: 799413.
HSL color Cylindrical-coordinate representation of color #B5320C: hue angle of 13.49º 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 #B5320C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 12 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.29 |
| HSL | 13.49º | 0.88% | 0.38% | - |
| HSV(B) | 13.49º | 0.93% | 0.71% | - |
| XYZ | 20.26 | 12.13 | 1.62 | - |
| YUV | 84.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 12 | 0 | 0.72 | 0.93 | 0.29 | 13.49 | 0.88 | 0.38 |
| Hex | B5 | 32 | C | 0 | 48 | 5D | 1D | D | 58 | 26 |
| Octal | 265 | 62 | 14 | 0 | 110 | 135 | 35 | 15 | 130 | 46 |
| Binary | 10110101 | 110010 | 1100 | 0 | 1001000 | 1011101 | 11101 | 1101 | 1011000 | 100110 |
Color Harmonies of #B5320C
Complementary color
Monochromatic Colors of #B5320C
Black with #B5320C
Text Example
Text Example
White with #B5320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5320C; }
p { color: rgb(181,50,12); }
H1.HeaderClassName
{
color: #B5320C;
}
.AnyTagClassName
{
color: #B5320C;
}
</style>
background-color css
<style>
a { background-color: #B5320C; }
a { background-color: rgb(181,50,12); }
div.DivClassName
{
background-color: #B5320C;
}
.BgClassName
{
background-color: #B5320C;
}
</style>
border-color css
<style>
span { border-color: #B5320C; }
span { border-color: rgb(181,50,12); }
td.TdClassName
{
border-color: #B5320C;
}
.TagClassName
{
border-color: #B5320C;
}
</style>