Shades of Rust #B8451D
Tints of Rust #B8451D
RGB
CMYK
RGB Variations
Color information
#B8451D (or 0xB8451D) is known color: Rust. HEX triplet: B8, 45 and 1D. RGB value is (184,69,29). Sum of RGB (Red+Green+Blue) = 184+69+29=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8451D is #47BAE2. Grayscale: #636363. Windows color (decimal): -4700899 or 1918392. OLE color: 1918392.
HSL color Cylindrical-coordinate representation of color #B8451D: hue angle of 15.48º degrees, saturation: 0.73, 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 #B8451D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 29 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.28 |
| HSL | 15.48º | 0.73% | 0.42% | - |
| HSV(B) | 15.48º | 0.84% | 0.72% | - |
| XYZ | 22.12 | 14.54 | 2.8 | - |
| YUV | 98.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 29 | 0 | 0.62 | 0.84 | 0.28 | 15.48 | 0.73 | 0.42 |
| Hex | B8 | 45 | 1D | 0 | 3E | 54 | 1C | F | 49 | 2A |
| Octal | 270 | 105 | 35 | 0 | 76 | 124 | 34 | 17 | 111 | 52 |
| Binary | 10111000 | 1000101 | 11101 | 0 | 111110 | 1010100 | 11100 | 1111 | 1001001 | 101010 |
Color Harmonies of #B8451D
Complementary color
Monochromatic Colors of #B8451D
Black with #B8451D
Text Example
Text Example
White with #B8451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8451D; }
p { color: rgb(184,69,29); }
H1.HeaderClassName
{
color: #B8451D;
}
.AnyTagClassName
{
color: #B8451D;
}
</style>
background-color css
<style>
a { background-color: #B8451D; }
a { background-color: rgb(184,69,29); }
div.DivClassName
{
background-color: #B8451D;
}
.BgClassName
{
background-color: #B8451D;
}
</style>
border-color css
<style>
span { border-color: #B8451D; }
span { border-color: rgb(184,69,29); }
td.TdClassName
{
border-color: #B8451D;
}
.TagClassName
{
border-color: #B8451D;
}
</style>