Shades of Rust #B94501
Tints of Rust #B94501
RGB
CMYK
RGB Variations
Color information
#B94501 (or 0xB94501) is known color: Rust. HEX triplet: B9, 45 and 01. RGB value is (185,69,1). Sum of RGB (Red+Green+Blue) = 185+69+1=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B94501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94501 is #46BAFE. Grayscale: #606060. Windows color (decimal): -4635391 or 83385. OLE color: 83385.
HSL color Cylindrical-coordinate representation of color #B94501: hue angle of 22.17º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B94501 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.27 |
| HSL | 22.17º | 0.99% | 0.36% | - |
| HSV(B) | 22.17º | 0.99% | 0.73% | - |
| XYZ | 22.14 | 14.57 | 1.67 | - |
| YUV | 95.93 | 74.43 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 1 | 0 | 0.63 | 0.99 | 0.27 | 22.17 | 0.99 | 0.36 |
| Hex | B9 | 45 | 1 | 0 | 3F | 63 | 1B | 16 | 63 | 24 |
| Octal | 271 | 105 | 1 | 0 | 77 | 143 | 33 | 26 | 143 | 44 |
| Binary | 10111001 | 1000101 | 1 | 0 | 111111 | 1100011 | 11011 | 10110 | 1100011 | 100100 |
Color Harmonies of #B94501
Complementary color
Monochromatic Colors of #B94501
Black with #B94501
Text Example
Text Example
White with #B94501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94501; }
p { color: rgb(185,69,1); }
H1.HeaderClassName
{
color: #B94501;
}
.AnyTagClassName
{
color: #B94501;
}
</style>
background-color css
<style>
a { background-color: #B94501; }
a { background-color: rgb(185,69,1); }
div.DivClassName
{
background-color: #B94501;
}
.BgClassName
{
background-color: #B94501;
}
</style>
border-color css
<style>
span { border-color: #B94501; }
span { border-color: rgb(185,69,1); }
td.TdClassName
{
border-color: #B94501;
}
.TagClassName
{
border-color: #B94501;
}
</style>