Shades of Rust #B43817
Tints of Rust #B43817
RGB
CMYK
RGB Variations
Color information
#B43817 (or 0xB43817) is known color: Rust. HEX triplet: B4, 38 and 17. RGB value is (180,56,23). Sum of RGB (Red+Green+Blue) = 180+56+23=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B43817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43817 is #4BC7E8. Grayscale: #595959. Windows color (decimal): -4966377 or 1521844. OLE color: 1521844.
HSL color Cylindrical-coordinate representation of color #B43817: hue angle of 12.61º 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 #B43817 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 23 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.29 |
| HSL | 12.61º | 0.77% | 0.4% | - |
| HSV(B) | 12.61º | 0.87% | 0.71% | - |
| XYZ | 20.39 | 12.59 | 2.17 | - |
| YUV | 89.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 23 | 0 | 0.69 | 0.87 | 0.29 | 12.61 | 0.77 | 0.4 |
| Hex | B4 | 38 | 17 | 0 | 45 | 57 | 1D | D | 4D | 28 |
| Octal | 264 | 70 | 27 | 0 | 105 | 127 | 35 | 15 | 115 | 50 |
| Binary | 10110100 | 111000 | 10111 | 0 | 1000101 | 1010111 | 11101 | 1101 | 1001101 | 101000 |
Color Harmonies of #B43817
Complementary color
Monochromatic Colors of #B43817
Black with #B43817
Text Example
Text Example
White with #B43817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43817; }
p { color: rgb(180,56,23); }
H1.HeaderClassName
{
color: #B43817;
}
.AnyTagClassName
{
color: #B43817;
}
</style>
background-color css
<style>
a { background-color: #B43817; }
a { background-color: rgb(180,56,23); }
div.DivClassName
{
background-color: #B43817;
}
.BgClassName
{
background-color: #B43817;
}
</style>
border-color css
<style>
span { border-color: #B43817; }
span { border-color: rgb(180,56,23); }
td.TdClassName
{
border-color: #B43817;
}
.TagClassName
{
border-color: #B43817;
}
</style>