Shades of Rust #B92F03
Tints of Rust #B92F03
RGB
CMYK
RGB Variations
Color information
#B92F03 (or 0xB92F03) is known color: Rust. HEX triplet: B9, 2F and 03. RGB value is (185,47,3). Sum of RGB (Red+Green+Blue) = 185+47+3=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F03 is #46D0FC. Grayscale: #535353. Windows color (decimal): -4641021 or 208825. OLE color: 208825.
HSL color Cylindrical-coordinate representation of color #B92F03: hue angle of 14.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B92F03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.27 |
| HSL | 14.51º | 0.97% | 0.37% | - |
| HSV(B) | 14.51º | 0.98% | 0.73% | - |
| XYZ | 21.04 | 12.35 | 1.36 | - |
| YUV | 83.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 3 | 0 | 0.75 | 0.98 | 0.27 | 14.51 | 0.97 | 0.37 |
| Hex | B9 | 2F | 3 | 0 | 4B | 62 | 1B | F | 61 | 25 |
| Octal | 271 | 57 | 3 | 0 | 113 | 142 | 33 | 17 | 141 | 45 |
| Binary | 10111001 | 101111 | 11 | 0 | 1001011 | 1100010 | 11011 | 1111 | 1100001 | 100101 |
Color Harmonies of #B92F03
Complementary color
Monochromatic Colors of #B92F03
Black with #B92F03
Text Example
Text Example
White with #B92F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F03; }
p { color: rgb(185,47,3); }
H1.HeaderClassName
{
color: #B92F03;
}
.AnyTagClassName
{
color: #B92F03;
}
</style>
background-color css
<style>
a { background-color: #B92F03; }
a { background-color: rgb(185,47,3); }
div.DivClassName
{
background-color: #B92F03;
}
.BgClassName
{
background-color: #B92F03;
}
</style>
border-color css
<style>
span { border-color: #B92F03; }
span { border-color: rgb(185,47,3); }
td.TdClassName
{
border-color: #B92F03;
}
.TagClassName
{
border-color: #B92F03;
}
</style>