Shades of Rust #B43502
Tints of Rust #B43502
RGB
CMYK
RGB Variations
Color information
#B43502 (or 0xB43502) is known color: Rust. HEX triplet: B4, 35 and 02. RGB value is (180,53,2). Sum of RGB (Red+Green+Blue) = 180+53+2=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B43502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43502 is #4BCAFD. Grayscale: #555555. Windows color (decimal): -4967166 or 144820. OLE color: 144820.
HSL color Cylindrical-coordinate representation of color #B43502: hue angle of 17.19º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B43502 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.29 |
| HSL | 17.19º | 0.98% | 0.36% | - |
| HSV(B) | 17.19º | 0.99% | 0.71% | - |
| XYZ | 20.11 | 12.25 | 1.36 | - |
| YUV | 85.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 2 | 0 | 0.71 | 0.99 | 0.29 | 17.19 | 0.98 | 0.36 |
| Hex | B4 | 35 | 2 | 0 | 47 | 63 | 1D | 11 | 62 | 24 |
| Octal | 264 | 65 | 2 | 0 | 107 | 143 | 35 | 21 | 142 | 44 |
| Binary | 10110100 | 110101 | 10 | 0 | 1000111 | 1100011 | 11101 | 10001 | 1100010 | 100100 |
Color Harmonies of #B43502
Complementary color
Monochromatic Colors of #B43502
Black with #B43502
Text Example
Text Example
White with #B43502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43502; }
p { color: rgb(180,53,2); }
H1.HeaderClassName
{
color: #B43502;
}
.AnyTagClassName
{
color: #B43502;
}
</style>
background-color css
<style>
a { background-color: #B43502; }
a { background-color: rgb(180,53,2); }
div.DivClassName
{
background-color: #B43502;
}
.BgClassName
{
background-color: #B43502;
}
</style>
border-color css
<style>
span { border-color: #B43502; }
span { border-color: rgb(180,53,2); }
td.TdClassName
{
border-color: #B43502;
}
.TagClassName
{
border-color: #B43502;
}
</style>