Shades of Rust #B74409
Tints of Rust #B74409
RGB
CMYK
RGB Variations
Color information
#B74409 (or 0xB74409) is known color: Rust. HEX triplet: B7, 44 and 09. RGB value is (183,68,9). Sum of RGB (Red+Green+Blue) = 183+68+9=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B74409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74409 is #48BBF6. Grayscale: #606060. Windows color (decimal): -4766711 or 607415. OLE color: 607415.
HSL color Cylindrical-coordinate representation of color #B74409: hue angle of 20.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B74409 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.28 |
| HSL | 20.34º | 0.91% | 0.38% | - |
| HSV(B) | 20.34º | 0.95% | 0.72% | - |
| XYZ | 21.64 | 14.22 | 1.86 | - |
| YUV | 95.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 9 | 0 | 0.63 | 0.95 | 0.28 | 20.34 | 0.91 | 0.38 |
| Hex | B7 | 44 | 9 | 0 | 3F | 5F | 1C | 14 | 5B | 26 |
| Octal | 267 | 104 | 11 | 0 | 77 | 137 | 34 | 24 | 133 | 46 |
| Binary | 10110111 | 1000100 | 1001 | 0 | 111111 | 1011111 | 11100 | 10100 | 1011011 | 100110 |
Color Harmonies of #B74409
Complementary color
Monochromatic Colors of #B74409
Black with #B74409
Text Example
Text Example
White with #B74409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74409; }
p { color: rgb(183,68,9); }
H1.HeaderClassName
{
color: #B74409;
}
.AnyTagClassName
{
color: #B74409;
}
</style>
background-color css
<style>
a { background-color: #B74409; }
a { background-color: rgb(183,68,9); }
div.DivClassName
{
background-color: #B74409;
}
.BgClassName
{
background-color: #B74409;
}
</style>
border-color css
<style>
span { border-color: #B74409; }
span { border-color: rgb(183,68,9); }
td.TdClassName
{
border-color: #B74409;
}
.TagClassName
{
border-color: #B74409;
}
</style>