Shades of Rust #B92D00
Tints of Rust #B92D00
RGB
CMYK
RGB Variations
Color information
#B92D00 (or 0xB92D00) is known color: Rust. HEX triplet: B9, 2D and 00. RGB value is (185,45,0). Sum of RGB (Red+Green+Blue) = 185+45+0=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92D00 is #46D2FF. Grayscale: #525252. Windows color (decimal): -4641536 or 11705. OLE color: 11705.
HSL color Cylindrical-coordinate representation of color #B92D00: hue angle of 14.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B92D00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.27 |
| HSL | 14.59º | 1% | 0.36% | - |
| HSV(B) | 14.59º | 1% | 0.73% | - |
| XYZ | 20.95 | 12.19 | 1.25 | - |
| YUV | 81.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 0 | 0 | 0.76 | 1 | 0.27 | 14.59 | 1 | 0.36 |
| Hex | B9 | 2D | 0 | 0 | 4C | 64 | 1B | F | 64 | 24 |
| Octal | 271 | 55 | 0 | 0 | 114 | 144 | 33 | 17 | 144 | 44 |
| Binary | 10111001 | 101101 | 0 | 0 | 1001100 | 1100100 | 11011 | 1111 | 1100100 | 100100 |
Color Harmonies of #B92D00
Complementary color
Monochromatic Colors of #B92D00
Black with #B92D00
Text Example
Text Example
White with #B92D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D00; }
p { color: rgb(185,45,0); }
H1.HeaderClassName
{
color: #B92D00;
}
.AnyTagClassName
{
color: #B92D00;
}
</style>
background-color css
<style>
a { background-color: #B92D00; }
a { background-color: rgb(185,45,0); }
div.DivClassName
{
background-color: #B92D00;
}
.BgClassName
{
background-color: #B92D00;
}
</style>
border-color css
<style>
span { border-color: #B92D00; }
span { border-color: rgb(185,45,0); }
td.TdClassName
{
border-color: #B92D00;
}
.TagClassName
{
border-color: #B92D00;
}
</style>