Shades of Rust #B75008
Tints of Rust #B75008
RGB
CMYK
RGB Variations
Color information
#B75008 (or 0xB75008) is known color: Rust. HEX triplet: B7, 50 and 08. RGB value is (183,80,8). Sum of RGB (Red+Green+Blue) = 183+80+8=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B75008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75008 is #48AFF7. Grayscale: #666666. Windows color (decimal): -4763640 or 544951. OLE color: 544951.
HSL color Cylindrical-coordinate representation of color #B75008: hue angle of 24.69º 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 #B75008 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.28 |
| HSL | 24.69º | 0.92% | 0.37% | - |
| HSV(B) | 24.69º | 0.96% | 0.72% | - |
| XYZ | 22.44 | 15.82 | 2.1 | - |
| YUV | 102.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 8 | 0 | 0.56 | 0.96 | 0.28 | 24.69 | 0.92 | 0.37 |
| Hex | B7 | 50 | 8 | 0 | 38 | 60 | 1C | 19 | 5C | 25 |
| Octal | 267 | 120 | 10 | 0 | 70 | 140 | 34 | 31 | 134 | 45 |
| Binary | 10110111 | 1010000 | 1000 | 0 | 111000 | 1100000 | 11100 | 11001 | 1011100 | 100101 |
Color Harmonies of #B75008
Complementary color
Monochromatic Colors of #B75008
Black with #B75008
Text Example
Text Example
White with #B75008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75008; }
p { color: rgb(183,80,8); }
H1.HeaderClassName
{
color: #B75008;
}
.AnyTagClassName
{
color: #B75008;
}
</style>
background-color css
<style>
a { background-color: #B75008; }
a { background-color: rgb(183,80,8); }
div.DivClassName
{
background-color: #B75008;
}
.BgClassName
{
background-color: #B75008;
}
</style>
border-color css
<style>
span { border-color: #B75008; }
span { border-color: rgb(183,80,8); }
td.TdClassName
{
border-color: #B75008;
}
.TagClassName
{
border-color: #B75008;
}
</style>