Shades of Rust #B74812
Tints of Rust #B74812
RGB
CMYK
RGB Variations
Color information
#B74812 (or 0xB74812) is known color: Rust. HEX triplet: B7, 48 and 12. RGB value is (183,72,18). Sum of RGB (Red+Green+Blue) = 183+72+18=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74812 is #48B7ED. Grayscale: #636363. Windows color (decimal): -4765678 or 1198263. OLE color: 1198263.
HSL color Cylindrical-coordinate representation of color #B74812: hue angle of 19.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B74812 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 18 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.28 |
| HSL | 19.64º | 0.82% | 0.39% | - |
| HSV(B) | 19.64º | 0.9% | 0.72% | - |
| XYZ | 21.95 | 14.75 | 2.26 | - |
| YUV | 99.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 18 | 0 | 0.61 | 0.90 | 0.28 | 19.64 | 0.82 | 0.39 |
| Hex | B7 | 48 | 12 | 0 | 3D | 5A | 1C | 14 | 52 | 27 |
| Octal | 267 | 110 | 22 | 0 | 75 | 132 | 34 | 24 | 122 | 47 |
| Binary | 10110111 | 1001000 | 10010 | 0 | 111101 | 1011010 | 11100 | 10100 | 1010010 | 100111 |
Color Harmonies of #B74812
Complementary color
Monochromatic Colors of #B74812
Black with #B74812
Text Example
Text Example
White with #B74812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74812; }
p { color: rgb(183,72,18); }
H1.HeaderClassName
{
color: #B74812;
}
.AnyTagClassName
{
color: #B74812;
}
</style>
background-color css
<style>
a { background-color: #B74812; }
a { background-color: rgb(183,72,18); }
div.DivClassName
{
background-color: #B74812;
}
.BgClassName
{
background-color: #B74812;
}
</style>
border-color css
<style>
span { border-color: #B74812; }
span { border-color: rgb(183,72,18); }
td.TdClassName
{
border-color: #B74812;
}
.TagClassName
{
border-color: #B74812;
}
</style>