Shades of Rust #B03813
Tints of Rust #B03813
RGB
CMYK
RGB Variations
Color information
#B03813 (or 0xB03813) is known color: Rust. HEX triplet: B0, 38 and 13. RGB value is (176,56,19). Sum of RGB (Red+Green+Blue) = 176+56+19=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B03813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03813 is #4FC7EC. Grayscale: #575757. Windows color (decimal): -5228525 or 1259696. OLE color: 1259696.
HSL color Cylindrical-coordinate representation of color #B03813: hue angle of 14.14º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03813 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 19 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.31 |
| HSL | 14.14º | 0.81% | 0.38% | - |
| HSV(B) | 14.14º | 0.89% | 0.69% | - |
| XYZ | 19.44 | 12.11 | 1.93 | - |
| YUV | 87.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 19 | 0 | 0.68 | 0.89 | 0.31 | 14.14 | 0.81 | 0.38 |
| Hex | B0 | 38 | 13 | 0 | 44 | 59 | 1F | E | 51 | 26 |
| Octal | 260 | 70 | 23 | 0 | 104 | 131 | 37 | 16 | 121 | 46 |
| Binary | 10110000 | 111000 | 10011 | 0 | 1000100 | 1011001 | 11111 | 1110 | 1010001 | 100110 |
Color Harmonies of #B03813
Complementary color
Monochromatic Colors of #B03813
Black with #B03813
Text Example
Text Example
White with #B03813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03813; }
p { color: rgb(176,56,19); }
H1.HeaderClassName
{
color: #B03813;
}
.AnyTagClassName
{
color: #B03813;
}
</style>
background-color css
<style>
a { background-color: #B03813; }
a { background-color: rgb(176,56,19); }
div.DivClassName
{
background-color: #B03813;
}
.BgClassName
{
background-color: #B03813;
}
</style>
border-color css
<style>
span { border-color: #B03813; }
span { border-color: rgb(176,56,19); }
td.TdClassName
{
border-color: #B03813;
}
.TagClassName
{
border-color: #B03813;
}
</style>