Shades of Rust #B75413
Tints of Rust #B75413
RGB
CMYK
RGB Variations
Color information
#B75413 (or 0xB75413) is known color: Rust. HEX triplet: B7, 54 and 13. RGB value is (183,84,19). Sum of RGB (Red+Green+Blue) = 183+84+19=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B75413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75413 is #48ABEC. Grayscale: #6A6A6A. Windows color (decimal): -4762605 or 1266871. OLE color: 1266871.
HSL color Cylindrical-coordinate representation of color #B75413: hue angle of 23.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75413 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 19 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.28 |
| HSL | 23.78º | 0.81% | 0.4% | - |
| HSV(B) | 23.78º | 0.9% | 0.72% | - |
| XYZ | 22.82 | 16.45 | 2.59 | - |
| YUV | 106.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 19 | 0 | 0.54 | 0.90 | 0.28 | 23.78 | 0.81 | 0.4 |
| Hex | B7 | 54 | 13 | 0 | 36 | 5A | 1C | 18 | 51 | 28 |
| Octal | 267 | 124 | 23 | 0 | 66 | 132 | 34 | 30 | 121 | 50 |
| Binary | 10110111 | 1010100 | 10011 | 0 | 110110 | 1011010 | 11100 | 11000 | 1010001 | 101000 |
Color Harmonies of #B75413
Complementary color
Monochromatic Colors of #B75413
Black with #B75413
Text Example
Text Example
White with #B75413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75413; }
p { color: rgb(183,84,19); }
H1.HeaderClassName
{
color: #B75413;
}
.AnyTagClassName
{
color: #B75413;
}
</style>
background-color css
<style>
a { background-color: #B75413; }
a { background-color: rgb(183,84,19); }
div.DivClassName
{
background-color: #B75413;
}
.BgClassName
{
background-color: #B75413;
}
</style>
border-color css
<style>
span { border-color: #B75413; }
span { border-color: rgb(183,84,19); }
td.TdClassName
{
border-color: #B75413;
}
.TagClassName
{
border-color: #B75413;
}
</style>