Shades of Rust #B73A1C
Tints of Rust #B73A1C
RGB
CMYK
RGB Variations
Color information
#B73A1C (or 0xB73A1C) is known color: Rust. HEX triplet: B7, 3A and 1C. RGB value is (183,58,28). Sum of RGB (Red+Green+Blue) = 183+58+28=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A1C is #48C5E3. Grayscale: #5C5C5C. Windows color (decimal): -4769252 or 1850039. OLE color: 1850039.
HSL color Cylindrical-coordinate representation of color #B73A1C: hue angle of 11.61º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B73A1C is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 28 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.28 |
| HSL | 11.61º | 0.73% | 0.41% | - |
| HSV(B) | 11.61º | 0.85% | 0.72% | - |
| XYZ | 21.25 | 13.18 | 2.52 | - |
| YUV | 91.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 28 | 0 | 0.68 | 0.85 | 0.28 | 11.61 | 0.73 | 0.41 |
| Hex | B7 | 3A | 1C | 0 | 44 | 55 | 1C | C | 49 | 29 |
| Octal | 267 | 72 | 34 | 0 | 104 | 125 | 34 | 14 | 111 | 51 |
| Binary | 10110111 | 111010 | 11100 | 0 | 1000100 | 1010101 | 11100 | 1100 | 1001001 | 101001 |
Color Harmonies of #B73A1C
Complementary color
Monochromatic Colors of #B73A1C
Black with #B73A1C
Text Example
Text Example
White with #B73A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A1C; }
p { color: rgb(183,58,28); }
H1.HeaderClassName
{
color: #B73A1C;
}
.AnyTagClassName
{
color: #B73A1C;
}
</style>
background-color css
<style>
a { background-color: #B73A1C; }
a { background-color: rgb(183,58,28); }
div.DivClassName
{
background-color: #B73A1C;
}
.BgClassName
{
background-color: #B73A1C;
}
</style>
border-color css
<style>
span { border-color: #B73A1C; }
span { border-color: rgb(183,58,28); }
td.TdClassName
{
border-color: #B73A1C;
}
.TagClassName
{
border-color: #B73A1C;
}
</style>