Shades of Rust #B95308
Tints of Rust #B95308
RGB
CMYK
RGB Variations
Color information
#B95308 (or 0xB95308) is known color: Rust. HEX triplet: B9, 53 and 08. RGB value is (185,83,8). Sum of RGB (Red+Green+Blue) = 185+83+8=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B95308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95308 is #46ACF7. Grayscale: #696969. Windows color (decimal): -4631800 or 545721. OLE color: 545721.
HSL color Cylindrical-coordinate representation of color #B95308: hue angle of 25.42º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B95308 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 8 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.27 |
| HSL | 25.42º | 0.92% | 0.38% | - |
| HSV(B) | 25.42º | 0.96% | 0.73% | - |
| XYZ | 23.14 | 16.52 | 2.2 | - |
| YUV | 104.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 8 | 0 | 0.55 | 0.96 | 0.27 | 25.42 | 0.92 | 0.38 |
| Hex | B9 | 53 | 8 | 0 | 37 | 60 | 1B | 19 | 5C | 26 |
| Octal | 271 | 123 | 10 | 0 | 67 | 140 | 33 | 31 | 134 | 46 |
| Binary | 10111001 | 1010011 | 1000 | 0 | 110111 | 1100000 | 11011 | 11001 | 1011100 | 100110 |
Color Harmonies of #B95308
Complementary color
Monochromatic Colors of #B95308
Black with #B95308
Text Example
Text Example
White with #B95308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95308; }
p { color: rgb(185,83,8); }
H1.HeaderClassName
{
color: #B95308;
}
.AnyTagClassName
{
color: #B95308;
}
</style>
background-color css
<style>
a { background-color: #B95308; }
a { background-color: rgb(185,83,8); }
div.DivClassName
{
background-color: #B95308;
}
.BgClassName
{
background-color: #B95308;
}
</style>
border-color css
<style>
span { border-color: #B95308; }
span { border-color: rgb(185,83,8); }
td.TdClassName
{
border-color: #B95308;
}
.TagClassName
{
border-color: #B95308;
}
</style>