Shades of Rust #B73F12
Tints of Rust #B73F12
RGB
CMYK
RGB Variations
Color information
#B73F12 (or 0xB73F12) is known color: Rust. HEX triplet: B7, 3F and 12. RGB value is (183,63,18). Sum of RGB (Red+Green+Blue) = 183+63+18=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F12 is #48C0ED. Grayscale: #5E5E5E. Windows color (decimal): -4767982 or 1195959. OLE color: 1195959.
HSL color Cylindrical-coordinate representation of color #B73F12: hue angle of 16.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73F12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.28 |
| HSL | 16.36º | 0.82% | 0.39% | - |
| HSV(B) | 16.36º | 0.9% | 0.72% | - |
| XYZ | 21.42 | 13.67 | 2.08 | - |
| YUV | 93.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 18 | 0 | 0.66 | 0.90 | 0.28 | 16.36 | 0.82 | 0.39 |
| Hex | B7 | 3F | 12 | 0 | 42 | 5A | 1C | 10 | 52 | 27 |
| Octal | 267 | 77 | 22 | 0 | 102 | 132 | 34 | 20 | 122 | 47 |
| Binary | 10110111 | 111111 | 10010 | 0 | 1000010 | 1011010 | 11100 | 10000 | 1010010 | 100111 |
Color Harmonies of #B73F12
Complementary color
Monochromatic Colors of #B73F12
Black with #B73F12
Text Example
Text Example
White with #B73F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F12; }
p { color: rgb(183,63,18); }
H1.HeaderClassName
{
color: #B73F12;
}
.AnyTagClassName
{
color: #B73F12;
}
</style>
background-color css
<style>
a { background-color: #B73F12; }
a { background-color: rgb(183,63,18); }
div.DivClassName
{
background-color: #B73F12;
}
.BgClassName
{
background-color: #B73F12;
}
</style>
border-color css
<style>
span { border-color: #B73F12; }
span { border-color: rgb(183,63,18); }
td.TdClassName
{
border-color: #B73F12;
}
.TagClassName
{
border-color: #B73F12;
}
</style>