Shades of Rust #B53612
Tints of Rust #B53612
RGB
CMYK
RGB Variations
Color information
#B53612 (or 0xB53612) is known color: Rust. HEX triplet: B5, 36 and 12. RGB value is (181,54,18). Sum of RGB (Red+Green+Blue) = 181+54+18=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B53612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53612 is #4AC9ED. Grayscale: #585858. Windows color (decimal): -4901358 or 1193653. OLE color: 1193653.
HSL color Cylindrical-coordinate representation of color #B53612: hue angle of 13.25º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B53612 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.29 |
| HSL | 13.25º | 0.82% | 0.39% | - |
| HSV(B) | 13.25º | 0.9% | 0.71% | - |
| XYZ | 20.48 | 12.51 | 1.91 | - |
| YUV | 87.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 18 | 0 | 0.70 | 0.90 | 0.29 | 13.25 | 0.82 | 0.39 |
| Hex | B5 | 36 | 12 | 0 | 46 | 5A | 1D | D | 52 | 27 |
| Octal | 265 | 66 | 22 | 0 | 106 | 132 | 35 | 15 | 122 | 47 |
| Binary | 10110101 | 110110 | 10010 | 0 | 1000110 | 1011010 | 11101 | 1101 | 1010010 | 100111 |
Color Harmonies of #B53612
Complementary color
Monochromatic Colors of #B53612
Black with #B53612
Text Example
Text Example
White with #B53612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53612; }
p { color: rgb(181,54,18); }
H1.HeaderClassName
{
color: #B53612;
}
.AnyTagClassName
{
color: #B53612;
}
</style>
background-color css
<style>
a { background-color: #B53612; }
a { background-color: rgb(181,54,18); }
div.DivClassName
{
background-color: #B53612;
}
.BgClassName
{
background-color: #B53612;
}
</style>
border-color css
<style>
span { border-color: #B53612; }
span { border-color: rgb(181,54,18); }
td.TdClassName
{
border-color: #B53612;
}
.TagClassName
{
border-color: #B53612;
}
</style>