Shades of Rust #B7451C
Tints of Rust #B7451C
RGB
CMYK
RGB Variations
Color information
#B7451C (or 0xB7451C) is known color: Rust. HEX triplet: B7, 45 and 1C. RGB value is (183,69,28). Sum of RGB (Red+Green+Blue) = 183+69+28=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7451C is #48BAE3. Grayscale: #626262. Windows color (decimal): -4766436 or 1852855. OLE color: 1852855.
HSL color Cylindrical-coordinate representation of color #B7451C: hue angle of 15.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7451C is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 28 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.28 |
| HSL | 15.87º | 0.73% | 0.41% | - |
| HSV(B) | 15.87º | 0.85% | 0.72% | - |
| XYZ | 21.87 | 14.41 | 2.73 | - |
| YUV | 98.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 28 | 0 | 0.62 | 0.85 | 0.28 | 15.87 | 0.73 | 0.41 |
| Hex | B7 | 45 | 1C | 0 | 3E | 55 | 1C | 10 | 49 | 29 |
| Octal | 267 | 105 | 34 | 0 | 76 | 125 | 34 | 20 | 111 | 51 |
| Binary | 10110111 | 1000101 | 11100 | 0 | 111110 | 1010101 | 11100 | 10000 | 1001001 | 101001 |
Color Harmonies of #B7451C
Complementary color
Monochromatic Colors of #B7451C
Black with #B7451C
Text Example
Text Example
White with #B7451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7451C; }
p { color: rgb(183,69,28); }
H1.HeaderClassName
{
color: #B7451C;
}
.AnyTagClassName
{
color: #B7451C;
}
</style>
background-color css
<style>
a { background-color: #B7451C; }
a { background-color: rgb(183,69,28); }
div.DivClassName
{
background-color: #B7451C;
}
.BgClassName
{
background-color: #B7451C;
}
</style>
border-color css
<style>
span { border-color: #B7451C; }
span { border-color: rgb(183,69,28); }
td.TdClassName
{
border-color: #B7451C;
}
.TagClassName
{
border-color: #B7451C;
}
</style>