Shades of Rust #B0380C
Tints of Rust #B0380C
RGB
CMYK
RGB Variations
Color information
#B0380C (or 0xB0380C) is known color: Rust. HEX triplet: B0, 38 and 0C. RGB value is (176,56,12). Sum of RGB (Red+Green+Blue) = 176+56+12=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0380C is #4FC7F3. Grayscale: #575757. Windows color (decimal): -5228532 or 800944. OLE color: 800944.
HSL color Cylindrical-coordinate representation of color #B0380C: hue angle of 16.1º 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 #B0380C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.31 |
| HSL | 16.1º | 0.87% | 0.37% | - |
| HSV(B) | 16.1º | 0.93% | 0.69% | - |
| XYZ | 19.39 | 12.09 | 1.66 | - |
| YUV | 86.86 | 85.76 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 12 | 0 | 0.68 | 0.93 | 0.31 | 16.1 | 0.87 | 0.37 |
| Hex | B0 | 38 | C | 0 | 44 | 5D | 1F | 10 | 57 | 25 |
| Octal | 260 | 70 | 14 | 0 | 104 | 135 | 37 | 20 | 127 | 45 |
| Binary | 10110000 | 111000 | 1100 | 0 | 1000100 | 1011101 | 11111 | 10000 | 1010111 | 100101 |
Color Harmonies of #B0380C
Complementary color
Monochromatic Colors of #B0380C
Black with #B0380C
Text Example
Text Example
White with #B0380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0380C; }
p { color: rgb(176,56,12); }
H1.HeaderClassName
{
color: #B0380C;
}
.AnyTagClassName
{
color: #B0380C;
}
</style>
background-color css
<style>
a { background-color: #B0380C; }
a { background-color: rgb(176,56,12); }
div.DivClassName
{
background-color: #B0380C;
}
.BgClassName
{
background-color: #B0380C;
}
</style>
border-color css
<style>
span { border-color: #B0380C; }
span { border-color: rgb(176,56,12); }
td.TdClassName
{
border-color: #B0380C;
}
.TagClassName
{
border-color: #B0380C;
}
</style>