Shades of Rust #B74A15
Tints of Rust #B74A15
RGB
CMYK
RGB Variations
Color information
#B74A15 (or 0xB74A15) is known color: Rust. HEX triplet: B7, 4A and 15. RGB value is (183,74,21). Sum of RGB (Red+Green+Blue) = 183+74+21=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A15 is #48B5EA. Grayscale: #646464. Windows color (decimal): -4765163 or 1395383. OLE color: 1395383.
HSL color Cylindrical-coordinate representation of color #B74A15: hue angle of 19.63º 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 #B74A15 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 21 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.28 |
| HSL | 19.63º | 0.79% | 0.4% | - |
| HSV(B) | 19.63º | 0.89% | 0.72% | - |
| XYZ | 22.11 | 15.02 | 2.44 | - |
| YUV | 100.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 21 | 0 | 0.60 | 0.89 | 0.28 | 19.63 | 0.79 | 0.4 |
| Hex | B7 | 4A | 15 | 0 | 3C | 59 | 1C | 14 | 4F | 28 |
| Octal | 267 | 112 | 25 | 0 | 74 | 131 | 34 | 24 | 117 | 50 |
| Binary | 10110111 | 1001010 | 10101 | 0 | 111100 | 1011001 | 11100 | 10100 | 1001111 | 101000 |
Color Harmonies of #B74A15
Complementary color
Monochromatic Colors of #B74A15
Black with #B74A15
Text Example
Text Example
White with #B74A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A15; }
p { color: rgb(183,74,21); }
H1.HeaderClassName
{
color: #B74A15;
}
.AnyTagClassName
{
color: #B74A15;
}
</style>
background-color css
<style>
a { background-color: #B74A15; }
a { background-color: rgb(183,74,21); }
div.DivClassName
{
background-color: #B74A15;
}
.BgClassName
{
background-color: #B74A15;
}
</style>
border-color css
<style>
span { border-color: #B74A15; }
span { border-color: rgb(183,74,21); }
td.TdClassName
{
border-color: #B74A15;
}
.TagClassName
{
border-color: #B74A15;
}
</style>