Shades of Rust #B8570D
Tints of Rust #B8570D
RGB
CMYK
RGB Variations
Color information
#B8570D (or 0xB8570D) is known color: Rust. HEX triplet: B8, 57 and 0D. RGB value is (184,87,13). Sum of RGB (Red+Green+Blue) = 184+87+13=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8570D is #47A8F2. Grayscale: #6B6B6B. Windows color (decimal): -4696307 or 874424. OLE color: 874424.
HSL color Cylindrical-coordinate representation of color #B8570D: hue angle of 25.96º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8570D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 13 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.28 |
| HSL | 25.96º | 0.87% | 0.39% | - |
| HSV(B) | 25.96º | 0.93% | 0.72% | - |
| XYZ | 23.25 | 17.04 | 2.44 | - |
| YUV | 107.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 13 | 0 | 0.53 | 0.93 | 0.28 | 25.96 | 0.87 | 0.39 |
| Hex | B8 | 57 | D | 0 | 35 | 5D | 1C | 1A | 57 | 27 |
| Octal | 270 | 127 | 15 | 0 | 65 | 135 | 34 | 32 | 127 | 47 |
| Binary | 10111000 | 1010111 | 1101 | 0 | 110101 | 1011101 | 11100 | 11010 | 1010111 | 100111 |
Color Harmonies of #B8570D
Complementary color
Monochromatic Colors of #B8570D
Black with #B8570D
Text Example
Text Example
White with #B8570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8570D; }
p { color: rgb(184,87,13); }
H1.HeaderClassName
{
color: #B8570D;
}
.AnyTagClassName
{
color: #B8570D;
}
</style>
background-color css
<style>
a { background-color: #B8570D; }
a { background-color: rgb(184,87,13); }
div.DivClassName
{
background-color: #B8570D;
}
.BgClassName
{
background-color: #B8570D;
}
</style>
border-color css
<style>
span { border-color: #B8570D; }
span { border-color: rgb(184,87,13); }
td.TdClassName
{
border-color: #B8570D;
}
.TagClassName
{
border-color: #B8570D;
}
</style>