Shades of Rust #B65008
Tints of Rust #B65008
RGB
CMYK
RGB Variations
Color information
#B65008 (or 0xB65008) is known color: Rust. HEX triplet: B6, 50 and 08. RGB value is (182,80,8). Sum of RGB (Red+Green+Blue) = 182+80+8=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B65008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65008 is #49AFF7. Grayscale: #666666. Windows color (decimal): -4829176 or 544950. OLE color: 544950.
HSL color Cylindrical-coordinate representation of color #B65008: hue angle of 24.83º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B65008 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.29 |
| HSL | 24.83º | 0.92% | 0.37% | - |
| HSV(B) | 24.83º | 0.96% | 0.71% | - |
| XYZ | 22.2 | 15.7 | 2.09 | - |
| YUV | 102.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 8 | 0 | 0.56 | 0.96 | 0.29 | 24.83 | 0.92 | 0.37 |
| Hex | B6 | 50 | 8 | 0 | 38 | 60 | 1D | 19 | 5C | 25 |
| Octal | 266 | 120 | 10 | 0 | 70 | 140 | 35 | 31 | 134 | 45 |
| Binary | 10110110 | 1010000 | 1000 | 0 | 111000 | 1100000 | 11101 | 11001 | 1011100 | 100101 |
Color Harmonies of #B65008
Complementary color
Monochromatic Colors of #B65008
Black with #B65008
Text Example
Text Example
White with #B65008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65008; }
p { color: rgb(182,80,8); }
H1.HeaderClassName
{
color: #B65008;
}
.AnyTagClassName
{
color: #B65008;
}
</style>
background-color css
<style>
a { background-color: #B65008; }
a { background-color: rgb(182,80,8); }
div.DivClassName
{
background-color: #B65008;
}
.BgClassName
{
background-color: #B65008;
}
</style>
border-color css
<style>
span { border-color: #B65008; }
span { border-color: rgb(182,80,8); }
td.TdClassName
{
border-color: #B65008;
}
.TagClassName
{
border-color: #B65008;
}
</style>