Shades of Rust #B03F0A
Tints of Rust #B03F0A
RGB
CMYK
RGB Variations
Color information
#B03F0A (or 0xB03F0A) is known color: Rust. HEX triplet: B0, 3F and 0A. RGB value is (176,63,10). Sum of RGB (Red+Green+Blue) = 176+63+10=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F0A is #4FC0F5. Grayscale: #5B5B5B. Windows color (decimal): -5226742 or 671664. OLE color: 671664.
HSL color Cylindrical-coordinate representation of color #B03F0A: hue angle of 19.16º 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 #B03F0A is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 10 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.31 |
| HSL | 19.16º | 0.89% | 0.36% | - |
| HSV(B) | 19.16º | 0.94% | 0.69% | - |
| XYZ | 19.74 | 12.81 | 1.72 | - |
| YUV | 90.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 10 | 0 | 0.64 | 0.94 | 0.31 | 19.16 | 0.89 | 0.36 |
| Hex | B0 | 3F | A | 0 | 40 | 5E | 1F | 13 | 59 | 24 |
| Octal | 260 | 77 | 12 | 0 | 100 | 136 | 37 | 23 | 131 | 44 |
| Binary | 10110000 | 111111 | 1010 | 0 | 1000000 | 1011110 | 11111 | 10011 | 1011001 | 100100 |
Color Harmonies of #B03F0A
Complementary color
Monochromatic Colors of #B03F0A
Black with #B03F0A
Text Example
Text Example
White with #B03F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F0A; }
p { color: rgb(176,63,10); }
H1.HeaderClassName
{
color: #B03F0A;
}
.AnyTagClassName
{
color: #B03F0A;
}
</style>
background-color css
<style>
a { background-color: #B03F0A; }
a { background-color: rgb(176,63,10); }
div.DivClassName
{
background-color: #B03F0A;
}
.BgClassName
{
background-color: #B03F0A;
}
</style>
border-color css
<style>
span { border-color: #B03F0A; }
span { border-color: rgb(176,63,10); }
td.TdClassName
{
border-color: #B03F0A;
}
.TagClassName
{
border-color: #B03F0A;
}
</style>