Shades of Rust #B92F01
Tints of Rust #B92F01
RGB
CMYK
RGB Variations
Color information
#B92F01 (or 0xB92F01) is known color: Rust. HEX triplet: B9, 2F and 01. RGB value is (185,47,1). Sum of RGB (Red+Green+Blue) = 185+47+1=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F01 is #46D0FE. Grayscale: #535353. Windows color (decimal): -4641023 or 77753. OLE color: 77753.
HSL color Cylindrical-coordinate representation of color #B92F01: hue angle of 15º 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 #B92F01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.27 |
| HSL | 15º | 0.99% | 0.36% | - |
| HSV(B) | 15º | 0.99% | 0.73% | - |
| XYZ | 21.03 | 12.35 | 1.3 | - |
| YUV | 83.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 1 | 0 | 0.75 | 0.99 | 0.27 | 15 | 0.99 | 0.36 |
| Hex | B9 | 2F | 1 | 0 | 4B | 63 | 1B | F | 63 | 24 |
| Octal | 271 | 57 | 1 | 0 | 113 | 143 | 33 | 17 | 143 | 44 |
| Binary | 10111001 | 101111 | 1 | 0 | 1001011 | 1100011 | 11011 | 1111 | 1100011 | 100100 |
Color Harmonies of #B92F01
Complementary color
Monochromatic Colors of #B92F01
Black with #B92F01
Text Example
Text Example
White with #B92F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F01; }
p { color: rgb(185,47,1); }
H1.HeaderClassName
{
color: #B92F01;
}
.AnyTagClassName
{
color: #B92F01;
}
</style>
background-color css
<style>
a { background-color: #B92F01; }
a { background-color: rgb(185,47,1); }
div.DivClassName
{
background-color: #B92F01;
}
.BgClassName
{
background-color: #B92F01;
}
</style>
border-color css
<style>
span { border-color: #B92F01; }
span { border-color: rgb(185,47,1); }
td.TdClassName
{
border-color: #B92F01;
}
.TagClassName
{
border-color: #B92F01;
}
</style>