Shades of Rust #B3510D
Tints of Rust #B3510D
RGB
CMYK
RGB Variations
Color information
#B3510D (or 0xB3510D) is known color: Rust. HEX triplet: B3, 51 and 0D. RGB value is (179,81,13). Sum of RGB (Red+Green+Blue) = 179+81+13=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3510D is #4CAEF2. Grayscale: #666666. Windows color (decimal): -5025523 or 872883. OLE color: 872883.
HSL color Cylindrical-coordinate representation of color #B3510D: hue angle of 24.58º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3510D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.30 |
| HSL | 24.58º | 0.86% | 0.38% | - |
| HSV(B) | 24.58º | 0.93% | 0.7% | - |
| XYZ | 21.61 | 15.5 | 2.23 | - |
| YUV | 102.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 13 | 0 | 0.55 | 0.93 | 0.30 | 24.58 | 0.86 | 0.38 |
| Hex | B3 | 51 | D | 0 | 37 | 5D | 1E | 19 | 56 | 26 |
| Octal | 263 | 121 | 15 | 0 | 67 | 135 | 36 | 31 | 126 | 46 |
| Binary | 10110011 | 1010001 | 1101 | 0 | 110111 | 1011101 | 11110 | 11001 | 1010110 | 100110 |
Color Harmonies of #B3510D
Complementary color
Monochromatic Colors of #B3510D
Black with #B3510D
Text Example
Text Example
White with #B3510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3510D; }
p { color: rgb(179,81,13); }
H1.HeaderClassName
{
color: #B3510D;
}
.AnyTagClassName
{
color: #B3510D;
}
</style>
background-color css
<style>
a { background-color: #B3510D; }
a { background-color: rgb(179,81,13); }
div.DivClassName
{
background-color: #B3510D;
}
.BgClassName
{
background-color: #B3510D;
}
</style>
border-color css
<style>
span { border-color: #B3510D; }
span { border-color: rgb(179,81,13); }
td.TdClassName
{
border-color: #B3510D;
}
.TagClassName
{
border-color: #B3510D;
}
</style>