Shades of Rust #B73C0A
Tints of Rust #B73C0A
RGB
CMYK
RGB Variations
Color information
#B73C0A (or 0xB73C0A) is known color: Rust. HEX triplet: B7, 3C and 0A. RGB value is (183,60,10). Sum of RGB (Red+Green+Blue) = 183+60+10=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C0A is #48C3F5. Grayscale: #5B5B5B. Windows color (decimal): -4768758 or 670903. OLE color: 670903.
HSL color Cylindrical-coordinate representation of color #B73C0A: hue angle of 17.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B73C0A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.28 |
| HSL | 17.34º | 0.9% | 0.38% | - |
| HSV(B) | 17.34º | 0.95% | 0.72% | - |
| XYZ | 21.2 | 13.32 | 1.74 | - |
| YUV | 91.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 10 | 0 | 0.67 | 0.95 | 0.28 | 17.34 | 0.9 | 0.38 |
| Hex | B7 | 3C | A | 0 | 43 | 5F | 1C | 11 | 5A | 26 |
| Octal | 267 | 74 | 12 | 0 | 103 | 137 | 34 | 21 | 132 | 46 |
| Binary | 10110111 | 111100 | 1010 | 0 | 1000011 | 1011111 | 11100 | 10001 | 1011010 | 100110 |
Color Harmonies of #B73C0A
Complementary color
Monochromatic Colors of #B73C0A
Black with #B73C0A
Text Example
Text Example
White with #B73C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C0A; }
p { color: rgb(183,60,10); }
H1.HeaderClassName
{
color: #B73C0A;
}
.AnyTagClassName
{
color: #B73C0A;
}
</style>
background-color css
<style>
a { background-color: #B73C0A; }
a { background-color: rgb(183,60,10); }
div.DivClassName
{
background-color: #B73C0A;
}
.BgClassName
{
background-color: #B73C0A;
}
</style>
border-color css
<style>
span { border-color: #B73C0A; }
span { border-color: rgb(183,60,10); }
td.TdClassName
{
border-color: #B73C0A;
}
.TagClassName
{
border-color: #B73C0A;
}
</style>