Shades of Rust #B92D01
Tints of Rust #B92D01
RGB
CMYK
RGB Variations
Color information
#B92D01 (or 0xB92D01) is known color: Rust. HEX triplet: B9, 2D and 01. RGB value is (185,45,1). Sum of RGB (Red+Green+Blue) = 185+45+1=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92D01 is #46D2FE. Grayscale: #525252. Windows color (decimal): -4641535 or 77241. OLE color: 77241.
HSL color Cylindrical-coordinate representation of color #B92D01: hue angle of 14.35º 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 #B92D01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.27 |
| HSL | 14.35º | 0.99% | 0.36% | - |
| HSV(B) | 14.35º | 0.99% | 0.73% | - |
| XYZ | 20.95 | 12.19 | 1.28 | - |
| YUV | 81.84 | 82.38 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 1 | 0 | 0.76 | 0.99 | 0.27 | 14.35 | 0.99 | 0.36 |
| Hex | B9 | 2D | 1 | 0 | 4C | 63 | 1B | E | 63 | 24 |
| Octal | 271 | 55 | 1 | 0 | 114 | 143 | 33 | 16 | 143 | 44 |
| Binary | 10111001 | 101101 | 1 | 0 | 1001100 | 1100011 | 11011 | 1110 | 1100011 | 100100 |
Color Harmonies of #B92D01
Complementary color
Monochromatic Colors of #B92D01
Black with #B92D01
Text Example
Text Example
White with #B92D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D01; }
p { color: rgb(185,45,1); }
H1.HeaderClassName
{
color: #B92D01;
}
.AnyTagClassName
{
color: #B92D01;
}
</style>
background-color css
<style>
a { background-color: #B92D01; }
a { background-color: rgb(185,45,1); }
div.DivClassName
{
background-color: #B92D01;
}
.BgClassName
{
background-color: #B92D01;
}
</style>
border-color css
<style>
span { border-color: #B92D01; }
span { border-color: rgb(185,45,1); }
td.TdClassName
{
border-color: #B92D01;
}
.TagClassName
{
border-color: #B92D01;
}
</style>