Shades of Rust #B43007
Tints of Rust #B43007
RGB
CMYK
RGB Variations
Color information
#B43007 (or 0xB43007) is known color: Rust. HEX triplet: B4, 30 and 07. RGB value is (180,48,7). Sum of RGB (Red+Green+Blue) = 180+48+7=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B43007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43007 is #4BCFF8. Grayscale: #535353. Windows color (decimal): -4968441 or 471220. OLE color: 471220.
HSL color Cylindrical-coordinate representation of color #B43007: hue angle of 14.22º 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 #B43007 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.29 |
| HSL | 14.22º | 0.93% | 0.37% | - |
| HSV(B) | 14.22º | 0.96% | 0.71% | - |
| XYZ | 19.92 | 11.83 | 1.44 | - |
| YUV | 82.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 7 | 0 | 0.73 | 0.96 | 0.29 | 14.22 | 0.93 | 0.37 |
| Hex | B4 | 30 | 7 | 0 | 49 | 60 | 1D | E | 5D | 25 |
| Octal | 264 | 60 | 7 | 0 | 111 | 140 | 35 | 16 | 135 | 45 |
| Binary | 10110100 | 110000 | 111 | 0 | 1001001 | 1100000 | 11101 | 1110 | 1011101 | 100101 |
Color Harmonies of #B43007
Complementary color
Monochromatic Colors of #B43007
Black with #B43007
Text Example
Text Example
White with #B43007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43007; }
p { color: rgb(180,48,7); }
H1.HeaderClassName
{
color: #B43007;
}
.AnyTagClassName
{
color: #B43007;
}
</style>
background-color css
<style>
a { background-color: #B43007; }
a { background-color: rgb(180,48,7); }
div.DivClassName
{
background-color: #B43007;
}
.BgClassName
{
background-color: #B43007;
}
</style>
border-color css
<style>
span { border-color: #B43007; }
span { border-color: rgb(180,48,7); }
td.TdClassName
{
border-color: #B43007;
}
.TagClassName
{
border-color: #B43007;
}
</style>