Shades of Rust #B45010
Tints of Rust #B45010
RGB
CMYK
RGB Variations
Color information
#B45010 (or 0xB45010) is known color: Rust. HEX triplet: B4, 50 and 10. RGB value is (180,80,16). Sum of RGB (Red+Green+Blue) = 180+80+16=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B45010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45010 is #4BAFEF. Grayscale: #666666. Windows color (decimal): -4960240 or 1069236. OLE color: 1069236.
HSL color Cylindrical-coordinate representation of color #B45010: hue angle of 23.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B45010 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 16 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.29 |
| HSL | 23.41º | 0.84% | 0.38% | - |
| HSV(B) | 23.41º | 0.91% | 0.71% | - |
| XYZ | 21.78 | 15.48 | 2.33 | - |
| YUV | 102.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 16 | 0 | 0.56 | 0.91 | 0.29 | 23.41 | 0.84 | 0.38 |
| Hex | B4 | 50 | 10 | 0 | 38 | 5B | 1D | 17 | 54 | 26 |
| Octal | 264 | 120 | 20 | 0 | 70 | 133 | 35 | 27 | 124 | 46 |
| Binary | 10110100 | 1010000 | 10000 | 0 | 111000 | 1011011 | 11101 | 10111 | 1010100 | 100110 |
Color Harmonies of #B45010
Complementary color
Monochromatic Colors of #B45010
Black with #B45010
Text Example
Text Example
White with #B45010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45010; }
p { color: rgb(180,80,16); }
H1.HeaderClassName
{
color: #B45010;
}
.AnyTagClassName
{
color: #B45010;
}
</style>
background-color css
<style>
a { background-color: #B45010; }
a { background-color: rgb(180,80,16); }
div.DivClassName
{
background-color: #B45010;
}
.BgClassName
{
background-color: #B45010;
}
</style>
border-color css
<style>
span { border-color: #B45010; }
span { border-color: rgb(180,80,16); }
td.TdClassName
{
border-color: #B45010;
}
.TagClassName
{
border-color: #B45010;
}
</style>