Shades of Rust #B7450B
Tints of Rust #B7450B
RGB
CMYK
RGB Variations
Color information
#B7450B (or 0xB7450B) is known color: Rust. HEX triplet: B7, 45 and 0B. RGB value is (183,69,11). Sum of RGB (Red+Green+Blue) = 183+69+11=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7450B is #48BAF4. Grayscale: #606060. Windows color (decimal): -4766453 or 738743. OLE color: 738743.
HSL color Cylindrical-coordinate representation of color #B7450B: hue angle of 20.23º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7450B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.28 |
| HSL | 20.23º | 0.89% | 0.38% | - |
| HSV(B) | 20.23º | 0.94% | 0.72% | - |
| XYZ | 21.72 | 14.35 | 1.94 | - |
| YUV | 96.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 11 | 0 | 0.62 | 0.94 | 0.28 | 20.23 | 0.89 | 0.38 |
| Hex | B7 | 45 | B | 0 | 3E | 5E | 1C | 14 | 59 | 26 |
| Octal | 267 | 105 | 13 | 0 | 76 | 136 | 34 | 24 | 131 | 46 |
| Binary | 10110111 | 1000101 | 1011 | 0 | 111110 | 1011110 | 11100 | 10100 | 1011001 | 100110 |
Color Harmonies of #B7450B
Complementary color
Monochromatic Colors of #B7450B
Black with #B7450B
Text Example
Text Example
White with #B7450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7450B; }
p { color: rgb(183,69,11); }
H1.HeaderClassName
{
color: #B7450B;
}
.AnyTagClassName
{
color: #B7450B;
}
</style>
background-color css
<style>
a { background-color: #B7450B; }
a { background-color: rgb(183,69,11); }
div.DivClassName
{
background-color: #B7450B;
}
.BgClassName
{
background-color: #B7450B;
}
</style>
border-color css
<style>
span { border-color: #B7450B; }
span { border-color: rgb(183,69,11); }
td.TdClassName
{
border-color: #B7450B;
}
.TagClassName
{
border-color: #B7450B;
}
</style>