Shades of Rust #B74515
Tints of Rust #B74515
RGB
CMYK
RGB Variations
Color information
#B74515 (or 0xB74515) is known color: Rust. HEX triplet: B7, 45 and 15. RGB value is (183,69,21). Sum of RGB (Red+Green+Blue) = 183+69+21=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74515 is #48BAEA. Grayscale: #616161. Windows color (decimal): -4766443 or 1394103. OLE color: 1394103.
HSL color Cylindrical-coordinate representation of color #B74515: hue angle of 17.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B74515 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 21 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.28 |
| HSL | 17.78º | 0.79% | 0.4% | - |
| HSV(B) | 17.78º | 0.89% | 0.72% | - |
| XYZ | 21.79 | 14.38 | 2.34 | - |
| YUV | 97.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 21 | 0 | 0.62 | 0.89 | 0.28 | 17.78 | 0.79 | 0.4 |
| Hex | B7 | 45 | 15 | 0 | 3E | 59 | 1C | 12 | 4F | 28 |
| Octal | 267 | 105 | 25 | 0 | 76 | 131 | 34 | 22 | 117 | 50 |
| Binary | 10110111 | 1000101 | 10101 | 0 | 111110 | 1011001 | 11100 | 10010 | 1001111 | 101000 |
Color Harmonies of #B74515
Complementary color
Monochromatic Colors of #B74515
Black with #B74515
Text Example
Text Example
White with #B74515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74515; }
p { color: rgb(183,69,21); }
H1.HeaderClassName
{
color: #B74515;
}
.AnyTagClassName
{
color: #B74515;
}
</style>
background-color css
<style>
a { background-color: #B74515; }
a { background-color: rgb(183,69,21); }
div.DivClassName
{
background-color: #B74515;
}
.BgClassName
{
background-color: #B74515;
}
</style>
border-color css
<style>
span { border-color: #B74515; }
span { border-color: rgb(183,69,21); }
td.TdClassName
{
border-color: #B74515;
}
.TagClassName
{
border-color: #B74515;
}
</style>