Shades of Rust #B83B12
Tints of Rust #B83B12
RGB
CMYK
RGB Variations
Color information
#B83B12 (or 0xB83B12) is known color: Rust. HEX triplet: B8, 3B and 12. RGB value is (184,59,18). Sum of RGB (Red+Green+Blue) = 184+59+18=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83B12 is #47C4ED. Grayscale: #5B5B5B. Windows color (decimal): -4703470 or 1194936. OLE color: 1194936.
HSL color Cylindrical-coordinate representation of color #B83B12: hue angle of 14.82º 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 #B83B12 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.28 |
| HSL | 14.82º | 0.82% | 0.4% | - |
| HSV(B) | 14.82º | 0.9% | 0.72% | - |
| XYZ | 21.44 | 13.36 | 2.02 | - |
| YUV | 91.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 18 | 0 | 0.68 | 0.90 | 0.28 | 14.82 | 0.82 | 0.4 |
| Hex | B8 | 3B | 12 | 0 | 44 | 5A | 1C | F | 52 | 28 |
| Octal | 270 | 73 | 22 | 0 | 104 | 132 | 34 | 17 | 122 | 50 |
| Binary | 10111000 | 111011 | 10010 | 0 | 1000100 | 1011010 | 11100 | 1111 | 1010010 | 101000 |
Color Harmonies of #B83B12
Complementary color
Monochromatic Colors of #B83B12
Black with #B83B12
Text Example
Text Example
White with #B83B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B12; }
p { color: rgb(184,59,18); }
H1.HeaderClassName
{
color: #B83B12;
}
.AnyTagClassName
{
color: #B83B12;
}
</style>
background-color css
<style>
a { background-color: #B83B12; }
a { background-color: rgb(184,59,18); }
div.DivClassName
{
background-color: #B83B12;
}
.BgClassName
{
background-color: #B83B12;
}
</style>
border-color css
<style>
span { border-color: #B83B12; }
span { border-color: rgb(184,59,18); }
td.TdClassName
{
border-color: #B83B12;
}
.TagClassName
{
border-color: #B83B12;
}
</style>