Shades of Rust #B75316
Tints of Rust #B75316
RGB
CMYK
RGB Variations
Color information
#B75316 (or 0xB75316) is known color: Rust. HEX triplet: B7, 53 and 16. RGB value is (183,83,22). Sum of RGB (Red+Green+Blue) = 183+83+22=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75316 is #48ACE9. Grayscale: #6A6A6A. Windows color (decimal): -4762858 or 1463223. OLE color: 1463223.
HSL color Cylindrical-coordinate representation of color #B75316: hue angle of 22.73º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B75316 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 22 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.28 |
| HSL | 22.73º | 0.79% | 0.4% | - |
| HSV(B) | 22.73º | 0.88% | 0.72% | - |
| XYZ | 22.77 | 16.31 | 2.71 | - |
| YUV | 105.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 22 | 0 | 0.55 | 0.88 | 0.28 | 22.73 | 0.79 | 0.4 |
| Hex | B7 | 53 | 16 | 0 | 37 | 58 | 1C | 17 | 4F | 28 |
| Octal | 267 | 123 | 26 | 0 | 67 | 130 | 34 | 27 | 117 | 50 |
| Binary | 10110111 | 1010011 | 10110 | 0 | 110111 | 1011000 | 11100 | 10111 | 1001111 | 101000 |
Color Harmonies of #B75316
Complementary color
Monochromatic Colors of #B75316
Black with #B75316
Text Example
Text Example
White with #B75316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75316; }
p { color: rgb(183,83,22); }
H1.HeaderClassName
{
color: #B75316;
}
.AnyTagClassName
{
color: #B75316;
}
</style>
background-color css
<style>
a { background-color: #B75316; }
a { background-color: rgb(183,83,22); }
div.DivClassName
{
background-color: #B75316;
}
.BgClassName
{
background-color: #B75316;
}
</style>
border-color css
<style>
span { border-color: #B75316; }
span { border-color: rgb(183,83,22); }
td.TdClassName
{
border-color: #B75316;
}
.TagClassName
{
border-color: #B75316;
}
</style>