Shades of Rust #B43820
Tints of Rust #B43820
RGB
CMYK
RGB Variations
Color information
#B43820 (or 0xB43820) is known color: Rust. HEX triplet: B4, 38 and 20. RGB value is (180,56,32). Sum of RGB (Red+Green+Blue) = 180+56+32=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B43820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43820 is #4BC7DF. Grayscale: #5A5A5A. Windows color (decimal): -4966368 or 2111668. OLE color: 2111668.
HSL color Cylindrical-coordinate representation of color #B43820: hue angle of 9.73º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B43820 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 32 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.29 |
| HSL | 9.73º | 0.7% | 0.42% | - |
| HSV(B) | 9.73º | 0.82% | 0.71% | - |
| XYZ | 20.5 | 12.64 | 2.73 | - |
| YUV | 90.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 32 | 0 | 0.69 | 0.82 | 0.29 | 9.73 | 0.7 | 0.42 |
| Hex | B4 | 38 | 20 | 0 | 45 | 52 | 1D | A | 46 | 2A |
| Octal | 264 | 70 | 40 | 0 | 105 | 122 | 35 | 12 | 106 | 52 |
| Binary | 10110100 | 111000 | 100000 | 0 | 1000101 | 1010010 | 11101 | 1010 | 1000110 | 101010 |
Color Harmonies of #B43820
Complementary color
Monochromatic Colors of #B43820
Black with #B43820
Text Example
Text Example
White with #B43820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43820; }
p { color: rgb(180,56,32); }
H1.HeaderClassName
{
color: #B43820;
}
.AnyTagClassName
{
color: #B43820;
}
</style>
background-color css
<style>
a { background-color: #B43820; }
a { background-color: rgb(180,56,32); }
div.DivClassName
{
background-color: #B43820;
}
.BgClassName
{
background-color: #B43820;
}
</style>
border-color css
<style>
span { border-color: #B43820; }
span { border-color: rgb(180,56,32); }
td.TdClassName
{
border-color: #B43820;
}
.TagClassName
{
border-color: #B43820;
}
</style>