Shades of Rust #B7521A
Tints of Rust #B7521A
RGB
CMYK
RGB Variations
Color information
#B7521A (or 0xB7521A) is known color: Rust. HEX triplet: B7, 52 and 1A. RGB value is (183,82,26). Sum of RGB (Red+Green+Blue) = 183+82+26=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7521A is #48ADE5. Grayscale: #6A6A6A. Windows color (decimal): -4763110 or 1725111. OLE color: 1725111.
HSL color Cylindrical-coordinate representation of color #B7521A: hue angle of 21.4º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7521A is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 26 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.28 |
| HSL | 21.4º | 0.75% | 0.41% | - |
| HSV(B) | 21.4º | 0.86% | 0.72% | - |
| XYZ | 22.73 | 16.18 | 2.9 | - |
| YUV | 105.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 26 | 0 | 0.55 | 0.86 | 0.28 | 21.4 | 0.75 | 0.41 |
| Hex | B7 | 52 | 1A | 0 | 37 | 56 | 1C | 15 | 4B | 29 |
| Octal | 267 | 122 | 32 | 0 | 67 | 126 | 34 | 25 | 113 | 51 |
| Binary | 10110111 | 1010010 | 11010 | 0 | 110111 | 1010110 | 11100 | 10101 | 1001011 | 101001 |
Color Harmonies of #B7521A
Complementary color
Monochromatic Colors of #B7521A
Black with #B7521A
Text Example
Text Example
White with #B7521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7521A; }
p { color: rgb(183,82,26); }
H1.HeaderClassName
{
color: #B7521A;
}
.AnyTagClassName
{
color: #B7521A;
}
</style>
background-color css
<style>
a { background-color: #B7521A; }
a { background-color: rgb(183,82,26); }
div.DivClassName
{
background-color: #B7521A;
}
.BgClassName
{
background-color: #B7521A;
}
</style>
border-color css
<style>
span { border-color: #B7521A; }
span { border-color: rgb(183,82,26); }
td.TdClassName
{
border-color: #B7521A;
}
.TagClassName
{
border-color: #B7521A;
}
</style>