Shades of Rust #B8451E
Tints of Rust #B8451E
RGB
CMYK
RGB Variations
Color information
#B8451E (or 0xB8451E) is known color: Rust. HEX triplet: B8, 45 and 1E. RGB value is (184,69,30). Sum of RGB (Red+Green+Blue) = 184+69+30=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8451E is #47BAE1. Grayscale: #636363. Windows color (decimal): -4700898 or 1983928. OLE color: 1983928.
HSL color Cylindrical-coordinate representation of color #B8451E: hue angle of 15.19º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8451E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 30 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.28 |
| HSL | 15.19º | 0.72% | 0.42% | - |
| HSV(B) | 15.19º | 0.84% | 0.72% | - |
| XYZ | 22.13 | 14.54 | 2.87 | - |
| YUV | 98.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 30 | 0 | 0.62 | 0.84 | 0.28 | 15.19 | 0.72 | 0.42 |
| Hex | B8 | 45 | 1E | 0 | 3E | 54 | 1C | F | 48 | 2A |
| Octal | 270 | 105 | 36 | 0 | 76 | 124 | 34 | 17 | 110 | 52 |
| Binary | 10111000 | 1000101 | 11110 | 0 | 111110 | 1010100 | 11100 | 1111 | 1001000 | 101010 |
Color Harmonies of #B8451E
Complementary color
Monochromatic Colors of #B8451E
Black with #B8451E
Text Example
Text Example
White with #B8451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8451E; }
p { color: rgb(184,69,30); }
H1.HeaderClassName
{
color: #B8451E;
}
.AnyTagClassName
{
color: #B8451E;
}
</style>
background-color css
<style>
a { background-color: #B8451E; }
a { background-color: rgb(184,69,30); }
div.DivClassName
{
background-color: #B8451E;
}
.BgClassName
{
background-color: #B8451E;
}
</style>
border-color css
<style>
span { border-color: #B8451E; }
span { border-color: rgb(184,69,30); }
td.TdClassName
{
border-color: #B8451E;
}
.TagClassName
{
border-color: #B8451E;
}
</style>