Shades of Rust #B03719
Tints of Rust #B03719
RGB
CMYK
RGB Variations
Color information
#B03719 (or 0xB03719) is known color: Rust. HEX triplet: B0, 37 and 19. RGB value is (176,55,25). Sum of RGB (Red+Green+Blue) = 176+55+25=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B03719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03719 is #4FC8E6. Grayscale: #585858. Windows color (decimal): -5228775 or 1652656. OLE color: 1652656.
HSL color Cylindrical-coordinate representation of color #B03719: hue angle of 11.92º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B03719 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 25 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.31 |
| HSL | 11.92º | 0.75% | 0.39% | - |
| HSV(B) | 11.92º | 0.86% | 0.69% | - |
| XYZ | 19.45 | 12.03 | 2.22 | - |
| YUV | 87.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 25 | 0 | 0.69 | 0.86 | 0.31 | 11.92 | 0.75 | 0.39 |
| Hex | B0 | 37 | 19 | 0 | 45 | 56 | 1F | C | 4B | 27 |
| Octal | 260 | 67 | 31 | 0 | 105 | 126 | 37 | 14 | 113 | 47 |
| Binary | 10110000 | 110111 | 11001 | 0 | 1000101 | 1010110 | 11111 | 1100 | 1001011 | 100111 |
Color Harmonies of #B03719
Complementary color
Monochromatic Colors of #B03719
Black with #B03719
Text Example
Text Example
White with #B03719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03719; }
p { color: rgb(176,55,25); }
H1.HeaderClassName
{
color: #B03719;
}
.AnyTagClassName
{
color: #B03719;
}
</style>
background-color css
<style>
a { background-color: #B03719; }
a { background-color: rgb(176,55,25); }
div.DivClassName
{
background-color: #B03719;
}
.BgClassName
{
background-color: #B03719;
}
</style>
border-color css
<style>
span { border-color: #B03719; }
span { border-color: rgb(176,55,25); }
td.TdClassName
{
border-color: #B03719;
}
.TagClassName
{
border-color: #B03719;
}
</style>