Shades of Rust #B45008
Tints of Rust #B45008
RGB
CMYK
RGB Variations
Color information
#B45008 (or 0xB45008) is known color: Rust. HEX triplet: B4, 50 and 08. RGB value is (180,80,8). Sum of RGB (Red+Green+Blue) = 180+80+8=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B45008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45008 is #4BAFF7. Grayscale: #666666. Windows color (decimal): -4960248 or 544948. OLE color: 544948.
HSL color Cylindrical-coordinate representation of color #B45008: hue angle of 25.12º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B45008 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.29 |
| HSL | 25.12º | 0.91% | 0.37% | - |
| HSV(B) | 25.12º | 0.96% | 0.71% | - |
| XYZ | 21.73 | 15.46 | 2.07 | - |
| YUV | 101.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 8 | 0 | 0.56 | 0.96 | 0.29 | 25.12 | 0.91 | 0.37 |
| Hex | B4 | 50 | 8 | 0 | 38 | 60 | 1D | 19 | 5B | 25 |
| Octal | 264 | 120 | 10 | 0 | 70 | 140 | 35 | 31 | 133 | 45 |
| Binary | 10110100 | 1010000 | 1000 | 0 | 111000 | 1100000 | 11101 | 11001 | 1011011 | 100101 |
Color Harmonies of #B45008
Complementary color
Monochromatic Colors of #B45008
Black with #B45008
Text Example
Text Example
White with #B45008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45008; }
p { color: rgb(180,80,8); }
H1.HeaderClassName
{
color: #B45008;
}
.AnyTagClassName
{
color: #B45008;
}
</style>
background-color css
<style>
a { background-color: #B45008; }
a { background-color: rgb(180,80,8); }
div.DivClassName
{
background-color: #B45008;
}
.BgClassName
{
background-color: #B45008;
}
</style>
border-color css
<style>
span { border-color: #B45008; }
span { border-color: rgb(180,80,8); }
td.TdClassName
{
border-color: #B45008;
}
.TagClassName
{
border-color: #B45008;
}
</style>