Shades of Rust #B04020
Tints of Rust #B04020
RGB
CMYK
RGB Variations
Color information
#B04020 (or 0xB04020) is known color: Rust. HEX triplet: B0, 40 and 20. RGB value is (176,64,32). Sum of RGB (Red+Green+Blue) = 176+64+32=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B04020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04020 is #4FBFDF. Grayscale: #5E5E5E. Windows color (decimal): -5226464 or 2113712. OLE color: 2113712.
HSL color Cylindrical-coordinate representation of color #B04020: hue angle of 13.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B04020 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 32 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.31 |
| HSL | 13.33º | 0.69% | 0.41% | - |
| HSV(B) | 13.33º | 0.82% | 0.69% | - |
| XYZ | 20 | 13 | 2.82 | - |
| YUV | 93.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 32 | 0 | 0.64 | 0.82 | 0.31 | 13.33 | 0.69 | 0.41 |
| Hex | B0 | 40 | 20 | 0 | 40 | 52 | 1F | D | 45 | 29 |
| Octal | 260 | 100 | 40 | 0 | 100 | 122 | 37 | 15 | 105 | 51 |
| Binary | 10110000 | 1000000 | 100000 | 0 | 1000000 | 1010010 | 11111 | 1101 | 1000101 | 101001 |
Color Harmonies of #B04020
Complementary color
Monochromatic Colors of #B04020
Black with #B04020
Text Example
Text Example
White with #B04020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04020; }
p { color: rgb(176,64,32); }
H1.HeaderClassName
{
color: #B04020;
}
.AnyTagClassName
{
color: #B04020;
}
</style>
background-color css
<style>
a { background-color: #B04020; }
a { background-color: rgb(176,64,32); }
div.DivClassName
{
background-color: #B04020;
}
.BgClassName
{
background-color: #B04020;
}
</style>
border-color css
<style>
span { border-color: #B04020; }
span { border-color: rgb(176,64,32); }
td.TdClassName
{
border-color: #B04020;
}
.TagClassName
{
border-color: #B04020;
}
</style>