Shades of Rust #B92C01
Tints of Rust #B92C01
RGB
CMYK
RGB Variations
Color information
#B92C01 (or 0xB92C01) is known color: Rust. HEX triplet: B9, 2C and 01. RGB value is (185,44,1). Sum of RGB (Red+Green+Blue) = 185+44+1=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92C01 is #46D3FE. Grayscale: #515151. Windows color (decimal): -4641791 or 76985. OLE color: 76985.
HSL color Cylindrical-coordinate representation of color #B92C01: hue angle of 14.02º 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 #B92C01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.27 |
| HSL | 14.02º | 0.99% | 0.36% | - |
| HSV(B) | 14.02º | 0.99% | 0.73% | - |
| XYZ | 20.91 | 12.12 | 1.27 | - |
| YUV | 81.26 | 82.71 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 1 | 0 | 0.76 | 0.99 | 0.27 | 14.02 | 0.99 | 0.36 |
| Hex | B9 | 2C | 1 | 0 | 4C | 63 | 1B | E | 63 | 24 |
| Octal | 271 | 54 | 1 | 0 | 114 | 143 | 33 | 16 | 143 | 44 |
| Binary | 10111001 | 101100 | 1 | 0 | 1001100 | 1100011 | 11011 | 1110 | 1100011 | 100100 |
Color Harmonies of #B92C01
Complementary color
Monochromatic Colors of #B92C01
Black with #B92C01
Text Example
Text Example
White with #B92C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C01; }
p { color: rgb(185,44,1); }
H1.HeaderClassName
{
color: #B92C01;
}
.AnyTagClassName
{
color: #B92C01;
}
</style>
background-color css
<style>
a { background-color: #B92C01; }
a { background-color: rgb(185,44,1); }
div.DivClassName
{
background-color: #B92C01;
}
.BgClassName
{
background-color: #B92C01;
}
</style>
border-color css
<style>
span { border-color: #B92C01; }
span { border-color: rgb(185,44,1); }
td.TdClassName
{
border-color: #B92C01;
}
.TagClassName
{
border-color: #B92C01;
}
</style>