Shades of Rust #B43202
Tints of Rust #B43202
RGB
CMYK
RGB Variations
Color information
#B43202 (or 0xB43202) is known color: Rust. HEX triplet: B4, 32 and 02. RGB value is (180,50,2). Sum of RGB (Red+Green+Blue) = 180+50+2=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B43202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43202 is #4BCDFD. Grayscale: #535353. Windows color (decimal): -4967934 or 144052. OLE color: 144052.
HSL color Cylindrical-coordinate representation of color #B43202: hue angle of 16.18º 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 #B43202 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.29 |
| HSL | 16.18º | 0.98% | 0.36% | - |
| HSV(B) | 16.18º | 0.99% | 0.71% | - |
| XYZ | 19.97 | 11.99 | 1.32 | - |
| YUV | 83.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 2 | 0 | 0.72 | 0.99 | 0.29 | 16.18 | 0.98 | 0.36 |
| Hex | B4 | 32 | 2 | 0 | 48 | 63 | 1D | 10 | 62 | 24 |
| Octal | 264 | 62 | 2 | 0 | 110 | 143 | 35 | 20 | 142 | 44 |
| Binary | 10110100 | 110010 | 10 | 0 | 1001000 | 1100011 | 11101 | 10000 | 1100010 | 100100 |
Color Harmonies of #B43202
Complementary color
Monochromatic Colors of #B43202
Black with #B43202
Text Example
Text Example
White with #B43202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43202; }
p { color: rgb(180,50,2); }
H1.HeaderClassName
{
color: #B43202;
}
.AnyTagClassName
{
color: #B43202;
}
</style>
background-color css
<style>
a { background-color: #B43202; }
a { background-color: rgb(180,50,2); }
div.DivClassName
{
background-color: #B43202;
}
.BgClassName
{
background-color: #B43202;
}
</style>
border-color css
<style>
span { border-color: #B43202; }
span { border-color: rgb(180,50,2); }
td.TdClassName
{
border-color: #B43202;
}
.TagClassName
{
border-color: #B43202;
}
</style>