Shades of Rust #B83512
Tints of Rust #B83512
RGB
CMYK
RGB Variations
Color information
#B83512 (or 0xB83512) is known color: Rust. HEX triplet: B8, 35 and 12. RGB value is (184,53,18). Sum of RGB (Red+Green+Blue) = 184+53+18=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B83512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83512 is #47CAED. Grayscale: #585858. Windows color (decimal): -4705006 or 1193400. OLE color: 1193400.
HSL color Cylindrical-coordinate representation of color #B83512: hue angle of 12.65º 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 #B83512 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.28 |
| HSL | 12.65º | 0.82% | 0.4% | - |
| HSV(B) | 12.65º | 0.9% | 0.72% | - |
| XYZ | 21.15 | 12.78 | 1.92 | - |
| YUV | 88.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 18 | 0 | 0.71 | 0.90 | 0.28 | 12.65 | 0.82 | 0.4 |
| Hex | B8 | 35 | 12 | 0 | 47 | 5A | 1C | D | 52 | 28 |
| Octal | 270 | 65 | 22 | 0 | 107 | 132 | 34 | 15 | 122 | 50 |
| Binary | 10111000 | 110101 | 10010 | 0 | 1000111 | 1011010 | 11100 | 1101 | 1010010 | 101000 |
Color Harmonies of #B83512
Complementary color
Monochromatic Colors of #B83512
Black with #B83512
Text Example
Text Example
White with #B83512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83512; }
p { color: rgb(184,53,18); }
H1.HeaderClassName
{
color: #B83512;
}
.AnyTagClassName
{
color: #B83512;
}
</style>
background-color css
<style>
a { background-color: #B83512; }
a { background-color: rgb(184,53,18); }
div.DivClassName
{
background-color: #B83512;
}
.BgClassName
{
background-color: #B83512;
}
</style>
border-color css
<style>
span { border-color: #B83512; }
span { border-color: rgb(184,53,18); }
td.TdClassName
{
border-color: #B83512;
}
.TagClassName
{
border-color: #B83512;
}
</style>