Shades of Rust #B0380F
Tints of Rust #B0380F
RGB
CMYK
RGB Variations
Color information
#B0380F (or 0xB0380F) is known color: Rust. HEX triplet: B0, 38 and 0F. RGB value is (176,56,15). Sum of RGB (Red+Green+Blue) = 176+56+15=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B0380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0380F is #4FC7F0. Grayscale: #575757. Windows color (decimal): -5228529 or 997552. OLE color: 997552.
HSL color Cylindrical-coordinate representation of color #B0380F: hue angle of 15.28º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0380F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 15 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.31 |
| HSL | 15.28º | 0.84% | 0.37% | - |
| HSV(B) | 15.28º | 0.91% | 0.69% | - |
| XYZ | 19.4 | 12.09 | 1.76 | - |
| YUV | 87.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 15 | 0 | 0.68 | 0.91 | 0.31 | 15.28 | 0.84 | 0.37 |
| Hex | B0 | 38 | F | 0 | 44 | 5B | 1F | F | 54 | 25 |
| Octal | 260 | 70 | 17 | 0 | 104 | 133 | 37 | 17 | 124 | 45 |
| Binary | 10110000 | 111000 | 1111 | 0 | 1000100 | 1011011 | 11111 | 1111 | 1010100 | 100101 |
Color Harmonies of #B0380F
Complementary color
Monochromatic Colors of #B0380F
Black with #B0380F
Text Example
Text Example
White with #B0380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0380F; }
p { color: rgb(176,56,15); }
H1.HeaderClassName
{
color: #B0380F;
}
.AnyTagClassName
{
color: #B0380F;
}
</style>
background-color css
<style>
a { background-color: #B0380F; }
a { background-color: rgb(176,56,15); }
div.DivClassName
{
background-color: #B0380F;
}
.BgClassName
{
background-color: #B0380F;
}
</style>
border-color css
<style>
span { border-color: #B0380F; }
span { border-color: rgb(176,56,15); }
td.TdClassName
{
border-color: #B0380F;
}
.TagClassName
{
border-color: #B0380F;
}
</style>