Shades of Rust #B43517
Tints of Rust #B43517
RGB
CMYK
RGB Variations
Color information
#B43517 (or 0xB43517) is known color: Rust. HEX triplet: B4, 35 and 17. RGB value is (180,53,23). Sum of RGB (Red+Green+Blue) = 180+53+23=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B43517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43517 is #4BCAE8. Grayscale: #575757. Windows color (decimal): -4967145 or 1521076. OLE color: 1521076.
HSL color Cylindrical-coordinate representation of color #B43517: hue angle of 11.46º degrees, saturation: 0.77, 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 #B43517 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 23 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.29 |
| HSL | 11.46º | 0.77% | 0.4% | - |
| HSV(B) | 11.46º | 0.87% | 0.71% | - |
| XYZ | 20.25 | 12.31 | 2.12 | - |
| YUV | 87.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 23 | 0 | 0.71 | 0.87 | 0.29 | 11.46 | 0.77 | 0.4 |
| Hex | B4 | 35 | 17 | 0 | 47 | 57 | 1D | B | 4D | 28 |
| Octal | 264 | 65 | 27 | 0 | 107 | 127 | 35 | 13 | 115 | 50 |
| Binary | 10110100 | 110101 | 10111 | 0 | 1000111 | 1010111 | 11101 | 1011 | 1001101 | 101000 |
Color Harmonies of #B43517
Complementary color
Monochromatic Colors of #B43517
Black with #B43517
Text Example
Text Example
White with #B43517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43517; }
p { color: rgb(180,53,23); }
H1.HeaderClassName
{
color: #B43517;
}
.AnyTagClassName
{
color: #B43517;
}
</style>
background-color css
<style>
a { background-color: #B43517; }
a { background-color: rgb(180,53,23); }
div.DivClassName
{
background-color: #B43517;
}
.BgClassName
{
background-color: #B43517;
}
</style>
border-color css
<style>
span { border-color: #B43517; }
span { border-color: rgb(180,53,23); }
td.TdClassName
{
border-color: #B43517;
}
.TagClassName
{
border-color: #B43517;
}
</style>