Shades of Rust #B74410
Tints of Rust #B74410
RGB
CMYK
RGB Variations
Color information
#B74410 (or 0xB74410) is known color: Rust. HEX triplet: B7, 44 and 10. RGB value is (183,68,16). Sum of RGB (Red+Green+Blue) = 183+68+16=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74410 is #48BBEF. Grayscale: #606060. Windows color (decimal): -4766704 or 1066167. OLE color: 1066167.
HSL color Cylindrical-coordinate representation of color #B74410: hue angle of 18.68º 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 #B74410 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.28 |
| HSL | 18.68º | 0.84% | 0.39% | - |
| HSV(B) | 18.68º | 0.91% | 0.72% | - |
| XYZ | 21.69 | 14.24 | 2.1 | - |
| YUV | 96.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 16 | 0 | 0.63 | 0.91 | 0.28 | 18.68 | 0.84 | 0.39 |
| Hex | B7 | 44 | 10 | 0 | 3F | 5B | 1C | 13 | 54 | 27 |
| Octal | 267 | 104 | 20 | 0 | 77 | 133 | 34 | 23 | 124 | 47 |
| Binary | 10110111 | 1000100 | 10000 | 0 | 111111 | 1011011 | 11100 | 10011 | 1010100 | 100111 |
Color Harmonies of #B74410
Complementary color
Monochromatic Colors of #B74410
Black with #B74410
Text Example
Text Example
White with #B74410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74410; }
p { color: rgb(183,68,16); }
H1.HeaderClassName
{
color: #B74410;
}
.AnyTagClassName
{
color: #B74410;
}
</style>
background-color css
<style>
a { background-color: #B74410; }
a { background-color: rgb(183,68,16); }
div.DivClassName
{
background-color: #B74410;
}
.BgClassName
{
background-color: #B74410;
}
</style>
border-color css
<style>
span { border-color: #B74410; }
span { border-color: rgb(183,68,16); }
td.TdClassName
{
border-color: #B74410;
}
.TagClassName
{
border-color: #B74410;
}
</style>