Shades of Rust #B74021
Tints of Rust #B74021
RGB
CMYK
RGB Variations
Color information
#B74021 (or 0xB74021) is known color: Rust. HEX triplet: B7, 40 and 21. RGB value is (183,64,33). Sum of RGB (Red+Green+Blue) = 183+64+33=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B74021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74021 is #48BFDE. Grayscale: #606060. Windows color (decimal): -4767711 or 2179255. OLE color: 2179255.
HSL color Cylindrical-coordinate representation of color #B74021: hue angle of 12.4º 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 #B74021 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 33 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.28 |
| HSL | 12.4º | 0.69% | 0.42% | - |
| HSV(B) | 12.4º | 0.82% | 0.72% | - |
| XYZ | 21.64 | 13.84 | 2.97 | - |
| YUV | 96.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 33 | 0 | 0.65 | 0.82 | 0.28 | 12.4 | 0.69 | 0.42 |
| Hex | B7 | 40 | 21 | 0 | 41 | 52 | 1C | C | 45 | 2A |
| Octal | 267 | 100 | 41 | 0 | 101 | 122 | 34 | 14 | 105 | 52 |
| Binary | 10110111 | 1000000 | 100001 | 0 | 1000001 | 1010010 | 11100 | 1100 | 1000101 | 101010 |
Color Harmonies of #B74021
Complementary color
Monochromatic Colors of #B74021
Black with #B74021
Text Example
Text Example
White with #B74021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74021; }
p { color: rgb(183,64,33); }
H1.HeaderClassName
{
color: #B74021;
}
.AnyTagClassName
{
color: #B74021;
}
</style>
background-color css
<style>
a { background-color: #B74021; }
a { background-color: rgb(183,64,33); }
div.DivClassName
{
background-color: #B74021;
}
.BgClassName
{
background-color: #B74021;
}
</style>
border-color css
<style>
span { border-color: #B74021; }
span { border-color: rgb(183,64,33); }
td.TdClassName
{
border-color: #B74021;
}
.TagClassName
{
border-color: #B74021;
}
</style>