Shades of Rust #B43518
Tints of Rust #B43518
RGB
CMYK
RGB Variations
Color information
#B43518 (or 0xB43518) is known color: Rust. HEX triplet: B4, 35 and 18. RGB value is (180,53,24). Sum of RGB (Red+Green+Blue) = 180+53+24=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B43518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43518 is #4BCAE7. Grayscale: #575757. Windows color (decimal): -4967144 or 1586612. OLE color: 1586612.
HSL color Cylindrical-coordinate representation of color #B43518: hue angle of 11.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B43518 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 24 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.29 |
| HSL | 11.15º | 0.76% | 0.4% | - |
| HSV(B) | 11.15º | 0.87% | 0.71% | - |
| XYZ | 20.26 | 12.32 | 2.17 | - |
| YUV | 87.67 | 92.08 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 24 | 0 | 0.71 | 0.87 | 0.29 | 11.15 | 0.76 | 0.4 |
| Hex | B4 | 35 | 18 | 0 | 47 | 57 | 1D | B | 4C | 28 |
| Octal | 264 | 65 | 30 | 0 | 107 | 127 | 35 | 13 | 114 | 50 |
| Binary | 10110100 | 110101 | 11000 | 0 | 1000111 | 1010111 | 11101 | 1011 | 1001100 | 101000 |
Color Harmonies of #B43518
Complementary color
Monochromatic Colors of #B43518
Black with #B43518
Text Example
Text Example
White with #B43518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43518; }
p { color: rgb(180,53,24); }
H1.HeaderClassName
{
color: #B43518;
}
.AnyTagClassName
{
color: #B43518;
}
</style>
background-color css
<style>
a { background-color: #B43518; }
a { background-color: rgb(180,53,24); }
div.DivClassName
{
background-color: #B43518;
}
.BgClassName
{
background-color: #B43518;
}
</style>
border-color css
<style>
span { border-color: #B43518; }
span { border-color: rgb(180,53,24); }
td.TdClassName
{
border-color: #B43518;
}
.TagClassName
{
border-color: #B43518;
}
</style>