Shades of Rust #B83812
Tints of Rust #B83812
RGB
CMYK
RGB Variations
Color information
#B83812 (or 0xB83812) is known color: Rust. HEX triplet: B8, 38 and 12. RGB value is (184,56,18). Sum of RGB (Red+Green+Blue) = 184+56+18=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B83812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83812 is #47C7ED. Grayscale: #5A5A5A. Windows color (decimal): -4704238 or 1194168. OLE color: 1194168.
HSL color Cylindrical-coordinate representation of color #B83812: hue angle of 13.73º 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 #B83812 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.28 |
| HSL | 13.73º | 0.82% | 0.4% | - |
| HSV(B) | 13.73º | 0.9% | 0.72% | - |
| XYZ | 21.29 | 13.06 | 1.97 | - |
| YUV | 89.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 18 | 0 | 0.70 | 0.90 | 0.28 | 13.73 | 0.82 | 0.4 |
| Hex | B8 | 38 | 12 | 0 | 46 | 5A | 1C | E | 52 | 28 |
| Octal | 270 | 70 | 22 | 0 | 106 | 132 | 34 | 16 | 122 | 50 |
| Binary | 10111000 | 111000 | 10010 | 0 | 1000110 | 1011010 | 11100 | 1110 | 1010010 | 101000 |
Color Harmonies of #B83812
Complementary color
Monochromatic Colors of #B83812
Black with #B83812
Text Example
Text Example
White with #B83812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83812; }
p { color: rgb(184,56,18); }
H1.HeaderClassName
{
color: #B83812;
}
.AnyTagClassName
{
color: #B83812;
}
</style>
background-color css
<style>
a { background-color: #B83812; }
a { background-color: rgb(184,56,18); }
div.DivClassName
{
background-color: #B83812;
}
.BgClassName
{
background-color: #B83812;
}
</style>
border-color css
<style>
span { border-color: #B83812; }
span { border-color: rgb(184,56,18); }
td.TdClassName
{
border-color: #B83812;
}
.TagClassName
{
border-color: #B83812;
}
</style>