Shades of Rust #B7451B
Tints of Rust #B7451B
RGB
CMYK
RGB Variations
Color information
#B7451B (or 0xB7451B) is known color: Rust. HEX triplet: B7, 45 and 1B. RGB value is (183,69,27). Sum of RGB (Red+Green+Blue) = 183+69+27=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7451B is #48BAE4. Grayscale: #626262. Windows color (decimal): -4766437 or 1787319. OLE color: 1787319.
HSL color Cylindrical-coordinate representation of color #B7451B: hue angle of 16.15º degrees, saturation: 0.74, 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 #B7451B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 27 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.28 |
| HSL | 16.15º | 0.74% | 0.41% | - |
| HSV(B) | 16.15º | 0.85% | 0.72% | - |
| XYZ | 21.85 | 14.4 | 2.67 | - |
| YUV | 98.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 27 | 0 | 0.62 | 0.85 | 0.28 | 16.15 | 0.74 | 0.41 |
| Hex | B7 | 45 | 1B | 0 | 3E | 55 | 1C | 10 | 4A | 29 |
| Octal | 267 | 105 | 33 | 0 | 76 | 125 | 34 | 20 | 112 | 51 |
| Binary | 10110111 | 1000101 | 11011 | 0 | 111110 | 1010101 | 11100 | 10000 | 1001010 | 101001 |
Color Harmonies of #B7451B
Complementary color
Monochromatic Colors of #B7451B
Black with #B7451B
Text Example
Text Example
White with #B7451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7451B; }
p { color: rgb(183,69,27); }
H1.HeaderClassName
{
color: #B7451B;
}
.AnyTagClassName
{
color: #B7451B;
}
</style>
background-color css
<style>
a { background-color: #B7451B; }
a { background-color: rgb(183,69,27); }
div.DivClassName
{
background-color: #B7451B;
}
.BgClassName
{
background-color: #B7451B;
}
</style>
border-color css
<style>
span { border-color: #B7451B; }
span { border-color: rgb(183,69,27); }
td.TdClassName
{
border-color: #B7451B;
}
.TagClassName
{
border-color: #B7451B;
}
</style>