Shades of Rust #B5360C
Tints of Rust #B5360C
RGB
CMYK
RGB Variations
Color information
#B5360C (or 0xB5360C) is known color: Rust. HEX triplet: B5, 36 and 0C. RGB value is (181,54,12). Sum of RGB (Red+Green+Blue) = 181+54+12=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5360C is #4AC9F3. Grayscale: #575757. Windows color (decimal): -4901364 or 800437. OLE color: 800437.
HSL color Cylindrical-coordinate representation of color #B5360C: hue angle of 14.91º 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 #B5360C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.29 |
| HSL | 14.91º | 0.88% | 0.38% | - |
| HSV(B) | 14.91º | 0.93% | 0.71% | - |
| XYZ | 20.44 | 12.49 | 1.68 | - |
| YUV | 87.19 | 85.58 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 12 | 0 | 0.70 | 0.93 | 0.29 | 14.91 | 0.88 | 0.38 |
| Hex | B5 | 36 | C | 0 | 46 | 5D | 1D | F | 58 | 26 |
| Octal | 265 | 66 | 14 | 0 | 106 | 135 | 35 | 17 | 130 | 46 |
| Binary | 10110101 | 110110 | 1100 | 0 | 1000110 | 1011101 | 11101 | 1111 | 1011000 | 100110 |
Color Harmonies of #B5360C
Complementary color
Monochromatic Colors of #B5360C
Black with #B5360C
Text Example
Text Example
White with #B5360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5360C; }
p { color: rgb(181,54,12); }
H1.HeaderClassName
{
color: #B5360C;
}
.AnyTagClassName
{
color: #B5360C;
}
</style>
background-color css
<style>
a { background-color: #B5360C; }
a { background-color: rgb(181,54,12); }
div.DivClassName
{
background-color: #B5360C;
}
.BgClassName
{
background-color: #B5360C;
}
</style>
border-color css
<style>
span { border-color: #B5360C; }
span { border-color: rgb(181,54,12); }
td.TdClassName
{
border-color: #B5360C;
}
.TagClassName
{
border-color: #B5360C;
}
</style>