Shades of Rust #B0440A
Tints of Rust #B0440A
RGB
CMYK
RGB Variations
Color information
#B0440A (or 0xB0440A) is known color: Rust. HEX triplet: B0, 44 and 0A. RGB value is (176,68,10). Sum of RGB (Red+Green+Blue) = 176+68+10=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B0440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0440A is #4FBBF5. Grayscale: #5E5E5E. Windows color (decimal): -5225462 or 672944. OLE color: 672944.
HSL color Cylindrical-coordinate representation of color #B0440A: hue angle of 20.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0440A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.31 |
| HSL | 20.96º | 0.89% | 0.36% | - |
| HSV(B) | 20.96º | 0.94% | 0.69% | - |
| XYZ | 20.03 | 13.39 | 1.82 | - |
| YUV | 93.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 10 | 0 | 0.61 | 0.94 | 0.31 | 20.96 | 0.89 | 0.36 |
| Hex | B0 | 44 | A | 0 | 3D | 5E | 1F | 15 | 59 | 24 |
| Octal | 260 | 104 | 12 | 0 | 75 | 136 | 37 | 25 | 131 | 44 |
| Binary | 10110000 | 1000100 | 1010 | 0 | 111101 | 1011110 | 11111 | 10101 | 1011001 | 100100 |
Color Harmonies of #B0440A
Complementary color
Monochromatic Colors of #B0440A
Black with #B0440A
Text Example
Text Example
White with #B0440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0440A; }
p { color: rgb(176,68,10); }
H1.HeaderClassName
{
color: #B0440A;
}
.AnyTagClassName
{
color: #B0440A;
}
</style>
background-color css
<style>
a { background-color: #B0440A; }
a { background-color: rgb(176,68,10); }
div.DivClassName
{
background-color: #B0440A;
}
.BgClassName
{
background-color: #B0440A;
}
</style>
border-color css
<style>
span { border-color: #B0440A; }
span { border-color: rgb(176,68,10); }
td.TdClassName
{
border-color: #B0440A;
}
.TagClassName
{
border-color: #B0440A;
}
</style>