Shades of Rust #B0380B
Tints of Rust #B0380B
RGB
CMYK
RGB Variations
Color information
#B0380B (or 0xB0380B) is known color: Rust. HEX triplet: B0, 38 and 0B. RGB value is (176,56,11). Sum of RGB (Red+Green+Blue) = 176+56+11=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B0380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0380B is #4FC7F4. Grayscale: #575757. Windows color (decimal): -5228533 or 735408. OLE color: 735408.
HSL color Cylindrical-coordinate representation of color #B0380B: hue angle of 16.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0380B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.31 |
| HSL | 16.36º | 0.88% | 0.37% | - |
| HSV(B) | 16.36º | 0.94% | 0.69% | - |
| XYZ | 19.38 | 12.08 | 1.63 | - |
| YUV | 86.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 11 | 0 | 0.68 | 0.94 | 0.31 | 16.36 | 0.88 | 0.37 |
| Hex | B0 | 38 | B | 0 | 44 | 5E | 1F | 10 | 58 | 25 |
| Octal | 260 | 70 | 13 | 0 | 104 | 136 | 37 | 20 | 130 | 45 |
| Binary | 10110000 | 111000 | 1011 | 0 | 1000100 | 1011110 | 11111 | 10000 | 1011000 | 100101 |
Color Harmonies of #B0380B
Complementary color
Monochromatic Colors of #B0380B
Black with #B0380B
Text Example
Text Example
White with #B0380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0380B; }
p { color: rgb(176,56,11); }
H1.HeaderClassName
{
color: #B0380B;
}
.AnyTagClassName
{
color: #B0380B;
}
</style>
background-color css
<style>
a { background-color: #B0380B; }
a { background-color: rgb(176,56,11); }
div.DivClassName
{
background-color: #B0380B;
}
.BgClassName
{
background-color: #B0380B;
}
</style>
border-color css
<style>
span { border-color: #B0380B; }
span { border-color: rgb(176,56,11); }
td.TdClassName
{
border-color: #B0380B;
}
.TagClassName
{
border-color: #B0380B;
}
</style>