Shades of Rust #B74521
Tints of Rust #B74521
RGB
CMYK
RGB Variations
Color information
#B74521 (or 0xB74521) is known color: Rust. HEX triplet: B7, 45 and 21. RGB value is (183,69,33). Sum of RGB (Red+Green+Blue) = 183+69+33=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B74521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74521 is #48BADE. Grayscale: #636363. Windows color (decimal): -4766431 or 2180535. OLE color: 2180535.
HSL color Cylindrical-coordinate representation of color #B74521: hue angle of 14.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 #B74521 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 33 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.28 |
| HSL | 14.4º | 0.69% | 0.42% | - |
| HSV(B) | 14.4º | 0.82% | 0.72% | - |
| XYZ | 21.93 | 14.43 | 3.07 | - |
| YUV | 98.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 33 | 0 | 0.62 | 0.82 | 0.28 | 14.4 | 0.69 | 0.42 |
| Hex | B7 | 45 | 21 | 0 | 3E | 52 | 1C | E | 45 | 2A |
| Octal | 267 | 105 | 41 | 0 | 76 | 122 | 34 | 16 | 105 | 52 |
| Binary | 10110111 | 1000101 | 100001 | 0 | 111110 | 1010010 | 11100 | 1110 | 1000101 | 101010 |
Color Harmonies of #B74521
Complementary color
Monochromatic Colors of #B74521
Black with #B74521
Text Example
Text Example
White with #B74521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74521; }
p { color: rgb(183,69,33); }
H1.HeaderClassName
{
color: #B74521;
}
.AnyTagClassName
{
color: #B74521;
}
</style>
background-color css
<style>
a { background-color: #B74521; }
a { background-color: rgb(183,69,33); }
div.DivClassName
{
background-color: #B74521;
}
.BgClassName
{
background-color: #B74521;
}
</style>
border-color css
<style>
span { border-color: #B74521; }
span { border-color: rgb(183,69,33); }
td.TdClassName
{
border-color: #B74521;
}
.TagClassName
{
border-color: #B74521;
}
</style>