Shades of Rust #B73C00
Tints of Rust #B73C00
RGB
CMYK
RGB Variations
Color information
#B73C00 (or 0xB73C00) is known color: Rust. HEX triplet: B7, 3C and 00. RGB value is (183,60,0). Sum of RGB (Red+Green+Blue) = 183+60+0=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C00 is #48C3FF. Grayscale: #5A5A5A. Windows color (decimal): -4768768 or 15543. OLE color: 15543.
HSL color Cylindrical-coordinate representation of color #B73C00: hue angle of 19.67º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B73C00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.28 |
| HSL | 19.67º | 1% | 0.36% | - |
| HSV(B) | 19.67º | 1% | 0.72% | - |
| XYZ | 21.14 | 13.3 | 1.45 | - |
| YUV | 89.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 0 | 0 | 0.67 | 1 | 0.28 | 19.67 | 1 | 0.36 |
| Hex | B7 | 3C | 0 | 0 | 43 | 64 | 1C | 14 | 64 | 24 |
| Octal | 267 | 74 | 0 | 0 | 103 | 144 | 34 | 24 | 144 | 44 |
| Binary | 10110111 | 111100 | 0 | 0 | 1000011 | 1100100 | 11100 | 10100 | 1100100 | 100100 |
Color Harmonies of #B73C00
Complementary color
Monochromatic Colors of #B73C00
Black with #B73C00
Text Example
Text Example
White with #B73C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C00; }
p { color: rgb(183,60,0); }
H1.HeaderClassName
{
color: #B73C00;
}
.AnyTagClassName
{
color: #B73C00;
}
</style>
background-color css
<style>
a { background-color: #B73C00; }
a { background-color: rgb(183,60,0); }
div.DivClassName
{
background-color: #B73C00;
}
.BgClassName
{
background-color: #B73C00;
}
</style>
border-color css
<style>
span { border-color: #B73C00; }
span { border-color: rgb(183,60,0); }
td.TdClassName
{
border-color: #B73C00;
}
.TagClassName
{
border-color: #B73C00;
}
</style>