Shades of Rust #B74411
Tints of Rust #B74411
RGB
CMYK
RGB Variations
Color information
#B74411 (or 0xB74411) is known color: Rust. HEX triplet: B7, 44 and 11. RGB value is (183,68,17). Sum of RGB (Red+Green+Blue) = 183+68+17=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B74411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74411 is #48BBEE. Grayscale: #606060. Windows color (decimal): -4766703 or 1131703. OLE color: 1131703.
HSL color Cylindrical-coordinate representation of color #B74411: hue angle of 18.43º degrees, saturation: 0.83, 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 #B74411 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.28 |
| HSL | 18.43º | 0.83% | 0.39% | - |
| HSV(B) | 18.43º | 0.91% | 0.72% | - |
| XYZ | 21.7 | 14.24 | 2.14 | - |
| YUV | 96.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 17 | 0 | 0.63 | 0.91 | 0.28 | 18.43 | 0.83 | 0.39 |
| Hex | B7 | 44 | 11 | 0 | 3F | 5B | 1C | 12 | 53 | 27 |
| Octal | 267 | 104 | 21 | 0 | 77 | 133 | 34 | 22 | 123 | 47 |
| Binary | 10110111 | 1000100 | 10001 | 0 | 111111 | 1011011 | 11100 | 10010 | 1010011 | 100111 |
Color Harmonies of #B74411
Complementary color
Monochromatic Colors of #B74411
Black with #B74411
Text Example
Text Example
White with #B74411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74411; }
p { color: rgb(183,68,17); }
H1.HeaderClassName
{
color: #B74411;
}
.AnyTagClassName
{
color: #B74411;
}
</style>
background-color css
<style>
a { background-color: #B74411; }
a { background-color: rgb(183,68,17); }
div.DivClassName
{
background-color: #B74411;
}
.BgClassName
{
background-color: #B74411;
}
</style>
border-color css
<style>
span { border-color: #B74411; }
span { border-color: rgb(183,68,17); }
td.TdClassName
{
border-color: #B74411;
}
.TagClassName
{
border-color: #B74411;
}
</style>