Shades of Rust #B73C21
Tints of Rust #B73C21
RGB
CMYK
RGB Variations
Color information
#B73C21 (or 0xB73C21) is known color: Rust. HEX triplet: B7, 3C and 21. RGB value is (183,60,33). Sum of RGB (Red+Green+Blue) = 183+60+33=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C21 is #48C3DE. Grayscale: #5D5D5D. Windows color (decimal): -4768735 or 2178231. OLE color: 2178231.
HSL color Cylindrical-coordinate representation of color #B73C21: hue angle of 10.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B73C21 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 33 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.28 |
| HSL | 10.8º | 0.69% | 0.42% | - |
| HSV(B) | 10.8º | 0.82% | 0.72% | - |
| XYZ | 21.42 | 13.41 | 2.9 | - |
| YUV | 93.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 33 | 0 | 0.67 | 0.82 | 0.28 | 10.8 | 0.69 | 0.42 |
| Hex | B7 | 3C | 21 | 0 | 43 | 52 | 1C | B | 45 | 2A |
| Octal | 267 | 74 | 41 | 0 | 103 | 122 | 34 | 13 | 105 | 52 |
| Binary | 10110111 | 111100 | 100001 | 0 | 1000011 | 1010010 | 11100 | 1011 | 1000101 | 101010 |
Color Harmonies of #B73C21
Complementary color
Monochromatic Colors of #B73C21
Black with #B73C21
Text Example
Text Example
White with #B73C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C21; }
p { color: rgb(183,60,33); }
H1.HeaderClassName
{
color: #B73C21;
}
.AnyTagClassName
{
color: #B73C21;
}
</style>
background-color css
<style>
a { background-color: #B73C21; }
a { background-color: rgb(183,60,33); }
div.DivClassName
{
background-color: #B73C21;
}
.BgClassName
{
background-color: #B73C21;
}
</style>
border-color css
<style>
span { border-color: #B73C21; }
span { border-color: rgb(183,60,33); }
td.TdClassName
{
border-color: #B73C21;
}
.TagClassName
{
border-color: #B73C21;
}
</style>