Shades of Rust #B83718
Tints of Rust #B83718
RGB
CMYK
RGB Variations
Color information
#B83718 (or 0xB83718) is known color: Rust. HEX triplet: B8, 37 and 18. RGB value is (184,55,24). Sum of RGB (Red+Green+Blue) = 184+55+24=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B83718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83718 is #47C8E7. Grayscale: #5A5A5A. Windows color (decimal): -4704488 or 1587128. OLE color: 1587128.
HSL color Cylindrical-coordinate representation of color #B83718: hue angle of 11.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B83718 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 24 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.28 |
| HSL | 11.63º | 0.77% | 0.41% | - |
| HSV(B) | 11.63º | 0.87% | 0.72% | - |
| XYZ | 21.3 | 12.99 | 2.25 | - |
| YUV | 90.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 24 | 0 | 0.70 | 0.87 | 0.28 | 11.63 | 0.77 | 0.41 |
| Hex | B8 | 37 | 18 | 0 | 46 | 57 | 1C | C | 4D | 29 |
| Octal | 270 | 67 | 30 | 0 | 106 | 127 | 34 | 14 | 115 | 51 |
| Binary | 10111000 | 110111 | 11000 | 0 | 1000110 | 1010111 | 11100 | 1100 | 1001101 | 101001 |
Color Harmonies of #B83718
Complementary color
Monochromatic Colors of #B83718
Black with #B83718
Text Example
Text Example
White with #B83718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83718; }
p { color: rgb(184,55,24); }
H1.HeaderClassName
{
color: #B83718;
}
.AnyTagClassName
{
color: #B83718;
}
</style>
background-color css
<style>
a { background-color: #B83718; }
a { background-color: rgb(184,55,24); }
div.DivClassName
{
background-color: #B83718;
}
.BgClassName
{
background-color: #B83718;
}
</style>
border-color css
<style>
span { border-color: #B83718; }
span { border-color: rgb(184,55,24); }
td.TdClassName
{
border-color: #B83718;
}
.TagClassName
{
border-color: #B83718;
}
</style>