Shades of Rust #B43407
Tints of Rust #B43407
RGB
CMYK
RGB Variations
Color information
#B43407 (or 0xB43407) is known color: Rust. HEX triplet: B4, 34 and 07. RGB value is (180,52,7). Sum of RGB (Red+Green+Blue) = 180+52+7=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B43407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43407 is #4BCBF8. Grayscale: #555555. Windows color (decimal): -4967417 or 472244. OLE color: 472244.
HSL color Cylindrical-coordinate representation of color #B43407: hue angle of 15.61º 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 #B43407 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.29 |
| HSL | 15.61º | 0.93% | 0.37% | - |
| HSV(B) | 15.61º | 0.96% | 0.71% | - |
| XYZ | 20.09 | 12.17 | 1.49 | - |
| YUV | 85.14 | 83.91 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 7 | 0 | 0.71 | 0.96 | 0.29 | 15.61 | 0.93 | 0.37 |
| Hex | B4 | 34 | 7 | 0 | 47 | 60 | 1D | 10 | 5D | 25 |
| Octal | 264 | 64 | 7 | 0 | 107 | 140 | 35 | 20 | 135 | 45 |
| Binary | 10110100 | 110100 | 111 | 0 | 1000111 | 1100000 | 11101 | 10000 | 1011101 | 100101 |
Color Harmonies of #B43407
Complementary color
Monochromatic Colors of #B43407
Black with #B43407
Text Example
Text Example
White with #B43407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43407; }
p { color: rgb(180,52,7); }
H1.HeaderClassName
{
color: #B43407;
}
.AnyTagClassName
{
color: #B43407;
}
</style>
background-color css
<style>
a { background-color: #B43407; }
a { background-color: rgb(180,52,7); }
div.DivClassName
{
background-color: #B43407;
}
.BgClassName
{
background-color: #B43407;
}
</style>
border-color css
<style>
span { border-color: #B43407; }
span { border-color: rgb(180,52,7); }
td.TdClassName
{
border-color: #B43407;
}
.TagClassName
{
border-color: #B43407;
}
</style>