Shades of Rust #B73C08
Tints of Rust #B73C08
RGB
CMYK
RGB Variations
Color information
#B73C08 (or 0xB73C08) is known color: Rust. HEX triplet: B7, 3C and 08. RGB value is (183,60,8). Sum of RGB (Red+Green+Blue) = 183+60+8=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C08 is #48C3F7. Grayscale: #5B5B5B. Windows color (decimal): -4768760 or 539831. OLE color: 539831.
HSL color Cylindrical-coordinate representation of color #B73C08: hue angle of 17.83º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B73C08 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.28 |
| HSL | 17.83º | 0.92% | 0.37% | - |
| HSV(B) | 17.83º | 0.96% | 0.72% | - |
| XYZ | 21.19 | 13.32 | 1.68 | - |
| YUV | 90.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 8 | 0 | 0.67 | 0.96 | 0.28 | 17.83 | 0.92 | 0.37 |
| Hex | B7 | 3C | 8 | 0 | 43 | 60 | 1C | 12 | 5C | 25 |
| Octal | 267 | 74 | 10 | 0 | 103 | 140 | 34 | 22 | 134 | 45 |
| Binary | 10110111 | 111100 | 1000 | 0 | 1000011 | 1100000 | 11100 | 10010 | 1011100 | 100101 |
Color Harmonies of #B73C08
Complementary color
Monochromatic Colors of #B73C08
Black with #B73C08
Text Example
Text Example
White with #B73C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C08; }
p { color: rgb(183,60,8); }
H1.HeaderClassName
{
color: #B73C08;
}
.AnyTagClassName
{
color: #B73C08;
}
</style>
background-color css
<style>
a { background-color: #B73C08; }
a { background-color: rgb(183,60,8); }
div.DivClassName
{
background-color: #B73C08;
}
.BgClassName
{
background-color: #B73C08;
}
</style>
border-color css
<style>
span { border-color: #B73C08; }
span { border-color: rgb(183,60,8); }
td.TdClassName
{
border-color: #B73C08;
}
.TagClassName
{
border-color: #B73C08;
}
</style>