Shades of Rust #B53F14
Tints of Rust #B53F14
RGB
CMYK
RGB Variations
Color information
#B53F14 (or 0xB53F14) is known color: Rust. HEX triplet: B5, 3F and 14. RGB value is (181,63,20). Sum of RGB (Red+Green+Blue) = 181+63+20=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F14 is #4AC0EB. Grayscale: #5D5D5D. Windows color (decimal): -4899052 or 1327029. OLE color: 1327029.
HSL color Cylindrical-coordinate representation of color #B53F14: hue angle of 16.02º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B53F14 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 20 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.29 |
| HSL | 16.02º | 0.8% | 0.39% | - |
| HSV(B) | 16.02º | 0.89% | 0.71% | - |
| XYZ | 20.96 | 13.43 | 2.15 | - |
| YUV | 93.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 20 | 0 | 0.65 | 0.89 | 0.29 | 16.02 | 0.8 | 0.39 |
| Hex | B5 | 3F | 14 | 0 | 41 | 59 | 1D | 10 | 50 | 27 |
| Octal | 265 | 77 | 24 | 0 | 101 | 131 | 35 | 20 | 120 | 47 |
| Binary | 10110101 | 111111 | 10100 | 0 | 1000001 | 1011001 | 11101 | 10000 | 1010000 | 100111 |
Color Harmonies of #B53F14
Complementary color
Monochromatic Colors of #B53F14
Black with #B53F14
Text Example
Text Example
White with #B53F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F14; }
p { color: rgb(181,63,20); }
H1.HeaderClassName
{
color: #B53F14;
}
.AnyTagClassName
{
color: #B53F14;
}
</style>
background-color css
<style>
a { background-color: #B53F14; }
a { background-color: rgb(181,63,20); }
div.DivClassName
{
background-color: #B53F14;
}
.BgClassName
{
background-color: #B53F14;
}
</style>
border-color css
<style>
span { border-color: #B53F14; }
span { border-color: rgb(181,63,20); }
td.TdClassName
{
border-color: #B53F14;
}
.TagClassName
{
border-color: #B53F14;
}
</style>