Shades of Rust #B74C13
Tints of Rust #B74C13
RGB
CMYK
RGB Variations
Color information
#B74C13 (or 0xB74C13) is known color: Rust. HEX triplet: B7, 4C and 13. RGB value is (183,76,19). Sum of RGB (Red+Green+Blue) = 183+76+19=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C13 is #48B3EC. Grayscale: #656565. Windows color (decimal): -4764653 or 1264823. OLE color: 1264823.
HSL color Cylindrical-coordinate representation of color #B74C13: hue angle of 20.85º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B74C13 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.28 |
| HSL | 20.85º | 0.81% | 0.4% | - |
| HSV(B) | 20.85º | 0.9% | 0.72% | - |
| XYZ | 22.23 | 15.28 | 2.39 | - |
| YUV | 101.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 19 | 0 | 0.58 | 0.90 | 0.28 | 20.85 | 0.81 | 0.4 |
| Hex | B7 | 4C | 13 | 0 | 3A | 5A | 1C | 15 | 51 | 28 |
| Octal | 267 | 114 | 23 | 0 | 72 | 132 | 34 | 25 | 121 | 50 |
| Binary | 10110111 | 1001100 | 10011 | 0 | 111010 | 1011010 | 11100 | 10101 | 1010001 | 101000 |
Color Harmonies of #B74C13
Complementary color
Monochromatic Colors of #B74C13
Black with #B74C13
Text Example
Text Example
White with #B74C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C13; }
p { color: rgb(183,76,19); }
H1.HeaderClassName
{
color: #B74C13;
}
.AnyTagClassName
{
color: #B74C13;
}
</style>
background-color css
<style>
a { background-color: #B74C13; }
a { background-color: rgb(183,76,19); }
div.DivClassName
{
background-color: #B74C13;
}
.BgClassName
{
background-color: #B74C13;
}
</style>
border-color css
<style>
span { border-color: #B74C13; }
span { border-color: rgb(183,76,19); }
td.TdClassName
{
border-color: #B74C13;
}
.TagClassName
{
border-color: #B74C13;
}
</style>