Shades of Rust #B43206
Tints of Rust #B43206
RGB
CMYK
RGB Variations
Color information
#B43206 (or 0xB43206) is known color: Rust. HEX triplet: B4, 32 and 06. RGB value is (180,50,6). Sum of RGB (Red+Green+Blue) = 180+50+6=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B43206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43206 is #4BCDF9. Grayscale: #545454. Windows color (decimal): -4967930 or 406196. OLE color: 406196.
HSL color Cylindrical-coordinate representation of color #B43206: hue angle of 15.17º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B43206 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.29 |
| HSL | 15.17º | 0.94% | 0.36% | - |
| HSV(B) | 15.17º | 0.97% | 0.71% | - |
| XYZ | 20 | 12 | 1.43 | - |
| YUV | 83.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 6 | 0 | 0.72 | 0.97 | 0.29 | 15.17 | 0.94 | 0.36 |
| Hex | B4 | 32 | 6 | 0 | 48 | 61 | 1D | F | 5E | 24 |
| Octal | 264 | 62 | 6 | 0 | 110 | 141 | 35 | 17 | 136 | 44 |
| Binary | 10110100 | 110010 | 110 | 0 | 1001000 | 1100001 | 11101 | 1111 | 1011110 | 100100 |
Color Harmonies of #B43206
Complementary color
Monochromatic Colors of #B43206
Black with #B43206
Text Example
Text Example
White with #B43206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43206; }
p { color: rgb(180,50,6); }
H1.HeaderClassName
{
color: #B43206;
}
.AnyTagClassName
{
color: #B43206;
}
</style>
background-color css
<style>
a { background-color: #B43206; }
a { background-color: rgb(180,50,6); }
div.DivClassName
{
background-color: #B43206;
}
.BgClassName
{
background-color: #B43206;
}
</style>
border-color css
<style>
span { border-color: #B43206; }
span { border-color: rgb(180,50,6); }
td.TdClassName
{
border-color: #B43206;
}
.TagClassName
{
border-color: #B43206;
}
</style>