Shades of Rust #B0440C
Tints of Rust #B0440C
RGB
CMYK
RGB Variations
Color information
#B0440C (or 0xB0440C) is known color: Rust. HEX triplet: B0, 44 and 0C. RGB value is (176,68,12). Sum of RGB (Red+Green+Blue) = 176+68+12=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0440C is #4FBBF3. Grayscale: #5E5E5E. Windows color (decimal): -5225460 or 804016. OLE color: 804016.
HSL color Cylindrical-coordinate representation of color #B0440C: hue angle of 20.49º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0440C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.31 |
| HSL | 20.49º | 0.87% | 0.37% | - |
| HSV(B) | 20.49º | 0.93% | 0.69% | - |
| XYZ | 20.04 | 13.39 | 1.88 | - |
| YUV | 93.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 12 | 0 | 0.61 | 0.93 | 0.31 | 20.49 | 0.87 | 0.37 |
| Hex | B0 | 44 | C | 0 | 3D | 5D | 1F | 14 | 57 | 25 |
| Octal | 260 | 104 | 14 | 0 | 75 | 135 | 37 | 24 | 127 | 45 |
| Binary | 10110000 | 1000100 | 1100 | 0 | 111101 | 1011101 | 11111 | 10100 | 1010111 | 100101 |
Color Harmonies of #B0440C
Complementary color
Monochromatic Colors of #B0440C
Black with #B0440C
Text Example
Text Example
White with #B0440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0440C; }
p { color: rgb(176,68,12); }
H1.HeaderClassName
{
color: #B0440C;
}
.AnyTagClassName
{
color: #B0440C;
}
</style>
background-color css
<style>
a { background-color: #B0440C; }
a { background-color: rgb(176,68,12); }
div.DivClassName
{
background-color: #B0440C;
}
.BgClassName
{
background-color: #B0440C;
}
</style>
border-color css
<style>
span { border-color: #B0440C; }
span { border-color: rgb(176,68,12); }
td.TdClassName
{
border-color: #B0440C;
}
.TagClassName
{
border-color: #B0440C;
}
</style>