Shades of Rust #B85312
Tints of Rust #B85312
RGB
CMYK
RGB Variations
Color information
#B85312 (or 0xB85312) is known color: Rust. HEX triplet: B8, 53 and 12. RGB value is (184,83,18). Sum of RGB (Red+Green+Blue) = 184+83+18=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B85312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85312 is #47ACED. Grayscale: #6A6A6A. Windows color (decimal): -4697326 or 1201080. OLE color: 1201080.
HSL color Cylindrical-coordinate representation of color #B85312: hue angle of 23.49º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B85312 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.28 |
| HSL | 23.49º | 0.82% | 0.4% | - |
| HSV(B) | 23.49º | 0.9% | 0.72% | - |
| XYZ | 22.97 | 16.42 | 2.53 | - |
| YUV | 105.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 18 | 0 | 0.55 | 0.90 | 0.28 | 23.49 | 0.82 | 0.4 |
| Hex | B8 | 53 | 12 | 0 | 37 | 5A | 1C | 17 | 52 | 28 |
| Octal | 270 | 123 | 22 | 0 | 67 | 132 | 34 | 27 | 122 | 50 |
| Binary | 10111000 | 1010011 | 10010 | 0 | 110111 | 1011010 | 11100 | 10111 | 1010010 | 101000 |
Color Harmonies of #B85312
Complementary color
Monochromatic Colors of #B85312
Black with #B85312
Text Example
Text Example
White with #B85312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85312; }
p { color: rgb(184,83,18); }
H1.HeaderClassName
{
color: #B85312;
}
.AnyTagClassName
{
color: #B85312;
}
</style>
background-color css
<style>
a { background-color: #B85312; }
a { background-color: rgb(184,83,18); }
div.DivClassName
{
background-color: #B85312;
}
.BgClassName
{
background-color: #B85312;
}
</style>
border-color css
<style>
span { border-color: #B85312; }
span { border-color: rgb(184,83,18); }
td.TdClassName
{
border-color: #B85312;
}
.TagClassName
{
border-color: #B85312;
}
</style>