Shades of Rust #B53D06
Tints of Rust #B53D06
RGB
CMYK
RGB Variations
Color information
#B53D06 (or 0xB53D06) is known color: Rust. HEX triplet: B5, 3D and 06. RGB value is (181,61,6). Sum of RGB (Red+Green+Blue) = 181+61+6=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53D06 is #4AC2F9. Grayscale: #5A5A5A. Windows color (decimal): -4899578 or 409013. OLE color: 409013.
HSL color Cylindrical-coordinate representation of color #B53D06: hue angle of 18.86º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B53D06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.29 |
| HSL | 18.86º | 0.94% | 0.37% | - |
| HSV(B) | 18.86º | 0.97% | 0.71% | - |
| XYZ | 20.76 | 13.17 | 1.62 | - |
| YUV | 90.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 6 | 0 | 0.66 | 0.97 | 0.29 | 18.86 | 0.94 | 0.37 |
| Hex | B5 | 3D | 6 | 0 | 42 | 61 | 1D | 13 | 5E | 25 |
| Octal | 265 | 75 | 6 | 0 | 102 | 141 | 35 | 23 | 136 | 45 |
| Binary | 10110101 | 111101 | 110 | 0 | 1000010 | 1100001 | 11101 | 10011 | 1011110 | 100101 |
Color Harmonies of #B53D06
Complementary color
Monochromatic Colors of #B53D06
Black with #B53D06
Text Example
Text Example
White with #B53D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D06; }
p { color: rgb(181,61,6); }
H1.HeaderClassName
{
color: #B53D06;
}
.AnyTagClassName
{
color: #B53D06;
}
</style>
background-color css
<style>
a { background-color: #B53D06; }
a { background-color: rgb(181,61,6); }
div.DivClassName
{
background-color: #B53D06;
}
.BgClassName
{
background-color: #B53D06;
}
</style>
border-color css
<style>
span { border-color: #B53D06; }
span { border-color: rgb(181,61,6); }
td.TdClassName
{
border-color: #B53D06;
}
.TagClassName
{
border-color: #B53D06;
}
</style>