Shades of Rust #B75408
Tints of Rust #B75408
RGB
CMYK
RGB Variations
Color information
#B75408 (or 0xB75408) is known color: Rust. HEX triplet: B7, 54 and 08. RGB value is (183,84,8). Sum of RGB (Red+Green+Blue) = 183+84+8=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B75408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75408 is #48ABF7. Grayscale: #696969. Windows color (decimal): -4762616 or 545975. OLE color: 545975.
HSL color Cylindrical-coordinate representation of color #B75408: hue angle of 26.06º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B75408 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.28 |
| HSL | 26.06º | 0.92% | 0.37% | - |
| HSV(B) | 26.06º | 0.96% | 0.72% | - |
| XYZ | 22.74 | 16.43 | 2.2 | - |
| YUV | 104.94 | 73.3 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 8 | 0 | 0.54 | 0.96 | 0.28 | 26.06 | 0.92 | 0.37 |
| Hex | B7 | 54 | 8 | 0 | 36 | 60 | 1C | 1A | 5C | 25 |
| Octal | 267 | 124 | 10 | 0 | 66 | 140 | 34 | 32 | 134 | 45 |
| Binary | 10110111 | 1010100 | 1000 | 0 | 110110 | 1100000 | 11100 | 11010 | 1011100 | 100101 |
Color Harmonies of #B75408
Complementary color
Monochromatic Colors of #B75408
Black with #B75408
Text Example
Text Example
White with #B75408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75408; }
p { color: rgb(183,84,8); }
H1.HeaderClassName
{
color: #B75408;
}
.AnyTagClassName
{
color: #B75408;
}
</style>
background-color css
<style>
a { background-color: #B75408; }
a { background-color: rgb(183,84,8); }
div.DivClassName
{
background-color: #B75408;
}
.BgClassName
{
background-color: #B75408;
}
</style>
border-color css
<style>
span { border-color: #B75408; }
span { border-color: rgb(183,84,8); }
td.TdClassName
{
border-color: #B75408;
}
.TagClassName
{
border-color: #B75408;
}
</style>