Shades of Rust #B73F03
Tints of Rust #B73F03
RGB
CMYK
RGB Variations
Color information
#B73F03 (or 0xB73F03) is known color: Rust. HEX triplet: B7, 3F and 03. RGB value is (183,63,3). Sum of RGB (Red+Green+Blue) = 183+63+3=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F03 is #48C0FC. Grayscale: #5C5C5C. Windows color (decimal): -4767997 or 212919. OLE color: 212919.
HSL color Cylindrical-coordinate representation of color #B73F03: hue angle of 20º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B73F03 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.28 |
| HSL | 20º | 0.97% | 0.36% | - |
| HSV(B) | 20º | 0.98% | 0.72% | - |
| XYZ | 21.32 | 13.63 | 1.59 | - |
| YUV | 92.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 3 | 0 | 0.66 | 0.98 | 0.28 | 20 | 0.97 | 0.36 |
| Hex | B7 | 3F | 3 | 0 | 42 | 62 | 1C | 14 | 61 | 24 |
| Octal | 267 | 77 | 3 | 0 | 102 | 142 | 34 | 24 | 141 | 44 |
| Binary | 10110111 | 111111 | 11 | 0 | 1000010 | 1100010 | 11100 | 10100 | 1100001 | 100100 |
Color Harmonies of #B73F03
Complementary color
Monochromatic Colors of #B73F03
Black with #B73F03
Text Example
Text Example
White with #B73F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F03; }
p { color: rgb(183,63,3); }
H1.HeaderClassName
{
color: #B73F03;
}
.AnyTagClassName
{
color: #B73F03;
}
</style>
background-color css
<style>
a { background-color: #B73F03; }
a { background-color: rgb(183,63,3); }
div.DivClassName
{
background-color: #B73F03;
}
.BgClassName
{
background-color: #B73F03;
}
</style>
border-color css
<style>
span { border-color: #B73F03; }
span { border-color: rgb(183,63,3); }
td.TdClassName
{
border-color: #B73F03;
}
.TagClassName
{
border-color: #B73F03;
}
</style>