Shades of Rust #B92F06
Tints of Rust #B92F06
RGB
CMYK
RGB Variations
Color information
#B92F06 (or 0xB92F06) is known color: Rust. HEX triplet: B9, 2F and 06. RGB value is (185,47,6). Sum of RGB (Red+Green+Blue) = 185+47+6=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F06 is #46D0F9. Grayscale: #535353. Windows color (decimal): -4641018 or 405433. OLE color: 405433.
HSL color Cylindrical-coordinate representation of color #B92F06: hue angle of 13.74º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B92F06 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.27 |
| HSL | 13.74º | 0.94% | 0.37% | - |
| HSV(B) | 13.74º | 0.97% | 0.73% | - |
| XYZ | 21.06 | 12.36 | 1.45 | - |
| YUV | 83.59 | 84.22 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 6 | 0 | 0.75 | 0.97 | 0.27 | 13.74 | 0.94 | 0.37 |
| Hex | B9 | 2F | 6 | 0 | 4B | 61 | 1B | E | 5E | 25 |
| Octal | 271 | 57 | 6 | 0 | 113 | 141 | 33 | 16 | 136 | 45 |
| Binary | 10111001 | 101111 | 110 | 0 | 1001011 | 1100001 | 11011 | 1110 | 1011110 | 100101 |
Color Harmonies of #B92F06
Complementary color
Monochromatic Colors of #B92F06
Black with #B92F06
Text Example
Text Example
White with #B92F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F06; }
p { color: rgb(185,47,6); }
H1.HeaderClassName
{
color: #B92F06;
}
.AnyTagClassName
{
color: #B92F06;
}
</style>
background-color css
<style>
a { background-color: #B92F06; }
a { background-color: rgb(185,47,6); }
div.DivClassName
{
background-color: #B92F06;
}
.BgClassName
{
background-color: #B92F06;
}
</style>
border-color css
<style>
span { border-color: #B92F06; }
span { border-color: rgb(185,47,6); }
td.TdClassName
{
border-color: #B92F06;
}
.TagClassName
{
border-color: #B92F06;
}
</style>