Shades of Rust #B8530D
Tints of Rust #B8530D
RGB
CMYK
RGB Variations
Color information
#B8530D (or 0xB8530D) is known color: Rust. HEX triplet: B8, 53 and 0D. RGB value is (184,83,13). Sum of RGB (Red+Green+Blue) = 184+83+13=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8530D is #47ACF2. Grayscale: #696969. Windows color (decimal): -4697331 or 873400. OLE color: 873400.
HSL color Cylindrical-coordinate representation of color #B8530D: hue angle of 24.56º 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 #B8530D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.28 |
| HSL | 24.56º | 0.87% | 0.39% | - |
| HSV(B) | 24.56º | 0.93% | 0.72% | - |
| XYZ | 22.93 | 16.41 | 2.34 | - |
| YUV | 105.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 13 | 0 | 0.55 | 0.93 | 0.28 | 24.56 | 0.87 | 0.39 |
| Hex | B8 | 53 | D | 0 | 37 | 5D | 1C | 19 | 57 | 27 |
| Octal | 270 | 123 | 15 | 0 | 67 | 135 | 34 | 31 | 127 | 47 |
| Binary | 10111000 | 1010011 | 1101 | 0 | 110111 | 1011101 | 11100 | 11001 | 1010111 | 100111 |
Color Harmonies of #B8530D
Complementary color
Monochromatic Colors of #B8530D
Black with #B8530D
Text Example
Text Example
White with #B8530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8530D; }
p { color: rgb(184,83,13); }
H1.HeaderClassName
{
color: #B8530D;
}
.AnyTagClassName
{
color: #B8530D;
}
</style>
background-color css
<style>
a { background-color: #B8530D; }
a { background-color: rgb(184,83,13); }
div.DivClassName
{
background-color: #B8530D;
}
.BgClassName
{
background-color: #B8530D;
}
</style>
border-color css
<style>
span { border-color: #B8530D; }
span { border-color: rgb(184,83,13); }
td.TdClassName
{
border-color: #B8530D;
}
.TagClassName
{
border-color: #B8530D;
}
</style>