Shades of Rust #B74310
Tints of Rust #B74310
RGB
CMYK
RGB Variations
Color information
#B74310 (or 0xB74310) is known color: Rust. HEX triplet: B7, 43 and 10. RGB value is (183,67,16). Sum of RGB (Red+Green+Blue) = 183+67+16=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B74310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74310 is #48BCEF. Grayscale: #606060. Windows color (decimal): -4766960 or 1065911. OLE color: 1065911.
HSL color Cylindrical-coordinate representation of color #B74310: hue angle of 18.32º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B74310 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.28 |
| HSL | 18.32º | 0.84% | 0.39% | - |
| HSV(B) | 18.32º | 0.91% | 0.72% | - |
| XYZ | 21.63 | 14.12 | 2.08 | - |
| YUV | 95.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 16 | 0 | 0.63 | 0.91 | 0.28 | 18.32 | 0.84 | 0.39 |
| Hex | B7 | 43 | 10 | 0 | 3F | 5B | 1C | 12 | 54 | 27 |
| Octal | 267 | 103 | 20 | 0 | 77 | 133 | 34 | 22 | 124 | 47 |
| Binary | 10110111 | 1000011 | 10000 | 0 | 111111 | 1011011 | 11100 | 10010 | 1010100 | 100111 |
Color Harmonies of #B74310
Complementary color
Monochromatic Colors of #B74310
Black with #B74310
Text Example
Text Example
White with #B74310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74310; }
p { color: rgb(183,67,16); }
H1.HeaderClassName
{
color: #B74310;
}
.AnyTagClassName
{
color: #B74310;
}
</style>
background-color css
<style>
a { background-color: #B74310; }
a { background-color: rgb(183,67,16); }
div.DivClassName
{
background-color: #B74310;
}
.BgClassName
{
background-color: #B74310;
}
</style>
border-color css
<style>
span { border-color: #B74310; }
span { border-color: rgb(183,67,16); }
td.TdClassName
{
border-color: #B74310;
}
.TagClassName
{
border-color: #B74310;
}
</style>