Shades of Rust #B74815
Tints of Rust #B74815
RGB
CMYK
RGB Variations
Color information
#B74815 (or 0xB74815) is known color: Rust. HEX triplet: B7, 48 and 15. RGB value is (183,72,21). Sum of RGB (Red+Green+Blue) = 183+72+21=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B74815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74815 is #48B7EA. Grayscale: #636363. Windows color (decimal): -4765675 or 1394871. OLE color: 1394871.
HSL color Cylindrical-coordinate representation of color #B74815: hue angle of 18.89º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B74815 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.28 |
| HSL | 18.89º | 0.79% | 0.4% | - |
| HSV(B) | 18.89º | 0.89% | 0.72% | - |
| XYZ | 21.98 | 14.76 | 2.4 | - |
| YUV | 99.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 21 | 0 | 0.61 | 0.89 | 0.28 | 18.89 | 0.79 | 0.4 |
| Hex | B7 | 48 | 15 | 0 | 3D | 59 | 1C | 13 | 4F | 28 |
| Octal | 267 | 110 | 25 | 0 | 75 | 131 | 34 | 23 | 117 | 50 |
| Binary | 10110111 | 1001000 | 10101 | 0 | 111101 | 1011001 | 11100 | 10011 | 1001111 | 101000 |
Color Harmonies of #B74815
Complementary color
Monochromatic Colors of #B74815
Black with #B74815
Text Example
Text Example
White with #B74815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74815; }
p { color: rgb(183,72,21); }
H1.HeaderClassName
{
color: #B74815;
}
.AnyTagClassName
{
color: #B74815;
}
</style>
background-color css
<style>
a { background-color: #B74815; }
a { background-color: rgb(183,72,21); }
div.DivClassName
{
background-color: #B74815;
}
.BgClassName
{
background-color: #B74815;
}
</style>
border-color css
<style>
span { border-color: #B74815; }
span { border-color: rgb(183,72,21); }
td.TdClassName
{
border-color: #B74815;
}
.TagClassName
{
border-color: #B74815;
}
</style>