Shades of Rust #B75314
Tints of Rust #B75314
RGB
CMYK
RGB Variations
Color information
#B75314 (or 0xB75314) is known color: Rust. HEX triplet: B7, 53 and 14. RGB value is (183,83,20). Sum of RGB (Red+Green+Blue) = 183+83+20=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B75314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75314 is #48ACEB. Grayscale: #6A6A6A. Windows color (decimal): -4762860 or 1332151. OLE color: 1332151.
HSL color Cylindrical-coordinate representation of color #B75314: hue angle of 23.19º degrees, saturation: 0.8, 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 #B75314 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 20 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.28 |
| HSL | 23.19º | 0.8% | 0.4% | - |
| HSV(B) | 23.19º | 0.89% | 0.72% | - |
| XYZ | 22.75 | 16.3 | 2.61 | - |
| YUV | 105.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 20 | 0 | 0.55 | 0.89 | 0.28 | 23.19 | 0.8 | 0.4 |
| Hex | B7 | 53 | 14 | 0 | 37 | 59 | 1C | 17 | 50 | 28 |
| Octal | 267 | 123 | 24 | 0 | 67 | 131 | 34 | 27 | 120 | 50 |
| Binary | 10110111 | 1010011 | 10100 | 0 | 110111 | 1011001 | 11100 | 10111 | 1010000 | 101000 |
Color Harmonies of #B75314
Complementary color
Monochromatic Colors of #B75314
Black with #B75314
Text Example
Text Example
White with #B75314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75314; }
p { color: rgb(183,83,20); }
H1.HeaderClassName
{
color: #B75314;
}
.AnyTagClassName
{
color: #B75314;
}
</style>
background-color css
<style>
a { background-color: #B75314; }
a { background-color: rgb(183,83,20); }
div.DivClassName
{
background-color: #B75314;
}
.BgClassName
{
background-color: #B75314;
}
</style>
border-color css
<style>
span { border-color: #B75314; }
span { border-color: rgb(183,83,20); }
td.TdClassName
{
border-color: #B75314;
}
.TagClassName
{
border-color: #B75314;
}
</style>