Shades of Rust #B43507
Tints of Rust #B43507
RGB
CMYK
RGB Variations
Color information
#B43507 (or 0xB43507) is known color: Rust. HEX triplet: B4, 35 and 07. RGB value is (180,53,7). Sum of RGB (Red+Green+Blue) = 180+53+7=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B43507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43507 is #4BCAF8. Grayscale: #565656. Windows color (decimal): -4967161 or 472500. OLE color: 472500.
HSL color Cylindrical-coordinate representation of color #B43507: hue angle of 15.95º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B43507 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.29 |
| HSL | 15.95º | 0.93% | 0.37% | - |
| HSV(B) | 15.95º | 0.96% | 0.71% | - |
| XYZ | 20.13 | 12.26 | 1.51 | - |
| YUV | 85.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 7 | 0 | 0.71 | 0.96 | 0.29 | 15.95 | 0.93 | 0.37 |
| Hex | B4 | 35 | 7 | 0 | 47 | 60 | 1D | 10 | 5D | 25 |
| Octal | 264 | 65 | 7 | 0 | 107 | 140 | 35 | 20 | 135 | 45 |
| Binary | 10110100 | 110101 | 111 | 0 | 1000111 | 1100000 | 11101 | 10000 | 1011101 | 100101 |
Color Harmonies of #B43507
Complementary color
Monochromatic Colors of #B43507
Black with #B43507
Text Example
Text Example
White with #B43507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43507; }
p { color: rgb(180,53,7); }
H1.HeaderClassName
{
color: #B43507;
}
.AnyTagClassName
{
color: #B43507;
}
</style>
background-color css
<style>
a { background-color: #B43507; }
a { background-color: rgb(180,53,7); }
div.DivClassName
{
background-color: #B43507;
}
.BgClassName
{
background-color: #B43507;
}
</style>
border-color css
<style>
span { border-color: #B43507; }
span { border-color: rgb(180,53,7); }
td.TdClassName
{
border-color: #B43507;
}
.TagClassName
{
border-color: #B43507;
}
</style>