Shades of Rust #B73F16
Tints of Rust #B73F16
RGB
CMYK
RGB Variations
Color information
#B73F16 (or 0xB73F16) is known color: Rust. HEX triplet: B7, 3F and 16. RGB value is (183,63,22). Sum of RGB (Red+Green+Blue) = 183+63+22=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F16 is #48C0E9. Grayscale: #5E5E5E. Windows color (decimal): -4767978 or 1458103. OLE color: 1458103.
HSL color Cylindrical-coordinate representation of color #B73F16: hue angle of 15.28º 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 #B73F16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.28 |
| HSL | 15.28º | 0.79% | 0.4% | - |
| HSV(B) | 15.28º | 0.88% | 0.72% | - |
| XYZ | 21.45 | 13.68 | 2.27 | - |
| YUV | 94.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 22 | 0 | 0.66 | 0.88 | 0.28 | 15.28 | 0.79 | 0.4 |
| Hex | B7 | 3F | 16 | 0 | 42 | 58 | 1C | F | 4F | 28 |
| Octal | 267 | 77 | 26 | 0 | 102 | 130 | 34 | 17 | 117 | 50 |
| Binary | 10110111 | 111111 | 10110 | 0 | 1000010 | 1011000 | 11100 | 1111 | 1001111 | 101000 |
Color Harmonies of #B73F16
Complementary color
Monochromatic Colors of #B73F16
Black with #B73F16
Text Example
Text Example
White with #B73F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F16; }
p { color: rgb(183,63,22); }
H1.HeaderClassName
{
color: #B73F16;
}
.AnyTagClassName
{
color: #B73F16;
}
</style>
background-color css
<style>
a { background-color: #B73F16; }
a { background-color: rgb(183,63,22); }
div.DivClassName
{
background-color: #B73F16;
}
.BgClassName
{
background-color: #B73F16;
}
</style>
border-color css
<style>
span { border-color: #B73F16; }
span { border-color: rgb(183,63,22); }
td.TdClassName
{
border-color: #B73F16;
}
.TagClassName
{
border-color: #B73F16;
}
</style>