Shades of Rust #B43917
Tints of Rust #B43917
RGB
CMYK
RGB Variations
Color information
#B43917 (or 0xB43917) is known color: Rust. HEX triplet: B4, 39 and 17. RGB value is (180,57,23). Sum of RGB (Red+Green+Blue) = 180+57+23=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B43917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43917 is #4BC6E8. Grayscale: #5A5A5A. Windows color (decimal): -4966121 or 1522100. OLE color: 1522100.
HSL color Cylindrical-coordinate representation of color #B43917: hue angle of 12.99º 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 #B43917 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 23 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.29 |
| HSL | 12.99º | 0.77% | 0.4% | - |
| HSV(B) | 12.99º | 0.87% | 0.71% | - |
| XYZ | 20.44 | 12.69 | 2.18 | - |
| YUV | 89.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 23 | 0 | 0.68 | 0.87 | 0.29 | 12.99 | 0.77 | 0.4 |
| Hex | B4 | 39 | 17 | 0 | 44 | 57 | 1D | D | 4D | 28 |
| Octal | 264 | 71 | 27 | 0 | 104 | 127 | 35 | 15 | 115 | 50 |
| Binary | 10110100 | 111001 | 10111 | 0 | 1000100 | 1010111 | 11101 | 1101 | 1001101 | 101000 |
Color Harmonies of #B43917
Complementary color
Monochromatic Colors of #B43917
Black with #B43917
Text Example
Text Example
White with #B43917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43917; }
p { color: rgb(180,57,23); }
H1.HeaderClassName
{
color: #B43917;
}
.AnyTagClassName
{
color: #B43917;
}
</style>
background-color css
<style>
a { background-color: #B43917; }
a { background-color: rgb(180,57,23); }
div.DivClassName
{
background-color: #B43917;
}
.BgClassName
{
background-color: #B43917;
}
</style>
border-color css
<style>
span { border-color: #B43917; }
span { border-color: rgb(180,57,23); }
td.TdClassName
{
border-color: #B43917;
}
.TagClassName
{
border-color: #B43917;
}
</style>