Shades of Rust #B74220
Tints of Rust #B74220
RGB
CMYK
RGB Variations
Color information
#B74220 (or 0xB74220) is known color: Rust. HEX triplet: B7, 42 and 20. RGB value is (183,66,32). Sum of RGB (Red+Green+Blue) = 183+66+32=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B74220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74220 is #48BDDF. Grayscale: #616161. Windows color (decimal): -4767200 or 2114231. OLE color: 2114231.
HSL color Cylindrical-coordinate representation of color #B74220: hue angle of 13.51º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74220 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 32 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.28 |
| HSL | 13.51º | 0.7% | 0.42% | - |
| HSV(B) | 13.51º | 0.83% | 0.72% | - |
| XYZ | 21.74 | 14.07 | 2.94 | - |
| YUV | 97.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 32 | 0 | 0.64 | 0.83 | 0.28 | 13.51 | 0.7 | 0.42 |
| Hex | B7 | 42 | 20 | 0 | 40 | 53 | 1C | E | 46 | 2A |
| Octal | 267 | 102 | 40 | 0 | 100 | 123 | 34 | 16 | 106 | 52 |
| Binary | 10110111 | 1000010 | 100000 | 0 | 1000000 | 1010011 | 11100 | 1110 | 1000110 | 101010 |
Color Harmonies of #B74220
Complementary color
Monochromatic Colors of #B74220
Black with #B74220
Text Example
Text Example
White with #B74220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74220; }
p { color: rgb(183,66,32); }
H1.HeaderClassName
{
color: #B74220;
}
.AnyTagClassName
{
color: #B74220;
}
</style>
background-color css
<style>
a { background-color: #B74220; }
a { background-color: rgb(183,66,32); }
div.DivClassName
{
background-color: #B74220;
}
.BgClassName
{
background-color: #B74220;
}
</style>
border-color css
<style>
span { border-color: #B74220; }
span { border-color: rgb(183,66,32); }
td.TdClassName
{
border-color: #B74220;
}
.TagClassName
{
border-color: #B74220;
}
</style>