Shades of Rust #B0380A
Tints of Rust #B0380A
RGB
CMYK
RGB Variations
Color information
#B0380A (or 0xB0380A) is known color: Rust. HEX triplet: B0, 38 and 0A. RGB value is (176,56,10). Sum of RGB (Red+Green+Blue) = 176+56+10=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B0380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0380A is #4FC7F5. Grayscale: #565656. Windows color (decimal): -5228534 or 669872. OLE color: 669872.
HSL color Cylindrical-coordinate representation of color #B0380A: hue angle of 16.63º 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 #B0380A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.31 |
| HSL | 16.63º | 0.89% | 0.36% | - |
| HSV(B) | 16.63º | 0.94% | 0.69% | - |
| XYZ | 19.37 | 12.08 | 1.6 | - |
| YUV | 86.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 10 | 0 | 0.68 | 0.94 | 0.31 | 16.63 | 0.89 | 0.36 |
| Hex | B0 | 38 | A | 0 | 44 | 5E | 1F | 11 | 59 | 24 |
| Octal | 260 | 70 | 12 | 0 | 104 | 136 | 37 | 21 | 131 | 44 |
| Binary | 10110000 | 111000 | 1010 | 0 | 1000100 | 1011110 | 11111 | 10001 | 1011001 | 100100 |
Color Harmonies of #B0380A
Complementary color
Monochromatic Colors of #B0380A
Black with #B0380A
Text Example
Text Example
White with #B0380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0380A; }
p { color: rgb(176,56,10); }
H1.HeaderClassName
{
color: #B0380A;
}
.AnyTagClassName
{
color: #B0380A;
}
</style>
background-color css
<style>
a { background-color: #B0380A; }
a { background-color: rgb(176,56,10); }
div.DivClassName
{
background-color: #B0380A;
}
.BgClassName
{
background-color: #B0380A;
}
</style>
border-color css
<style>
span { border-color: #B0380A; }
span { border-color: rgb(176,56,10); }
td.TdClassName
{
border-color: #B0380A;
}
.TagClassName
{
border-color: #B0380A;
}
</style>