Shades of Rust #B94203
Tints of Rust #B94203
RGB
CMYK
RGB Variations
Color information
#B94203 (or 0xB94203) is known color: Rust. HEX triplet: B9, 42 and 03. RGB value is (185,66,3). Sum of RGB (Red+Green+Blue) = 185+66+3=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B94203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94203 is #46BDFC. Grayscale: #5E5E5E. Windows color (decimal): -4636157 or 213689. OLE color: 213689.
HSL color Cylindrical-coordinate representation of color #B94203: hue angle of 20.77º 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 #B94203 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.27 |
| HSL | 20.77º | 0.97% | 0.37% | - |
| HSV(B) | 20.77º | 0.98% | 0.73% | - |
| XYZ | 21.97 | 14.22 | 1.67 | - |
| YUV | 94.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 3 | 0 | 0.64 | 0.98 | 0.27 | 20.77 | 0.97 | 0.37 |
| Hex | B9 | 42 | 3 | 0 | 40 | 62 | 1B | 15 | 61 | 25 |
| Octal | 271 | 102 | 3 | 0 | 100 | 142 | 33 | 25 | 141 | 45 |
| Binary | 10111001 | 1000010 | 11 | 0 | 1000000 | 1100010 | 11011 | 10101 | 1100001 | 100101 |
Color Harmonies of #B94203
Complementary color
Monochromatic Colors of #B94203
Black with #B94203
Text Example
Text Example
White with #B94203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94203; }
p { color: rgb(185,66,3); }
H1.HeaderClassName
{
color: #B94203;
}
.AnyTagClassName
{
color: #B94203;
}
</style>
background-color css
<style>
a { background-color: #B94203; }
a { background-color: rgb(185,66,3); }
div.DivClassName
{
background-color: #B94203;
}
.BgClassName
{
background-color: #B94203;
}
</style>
border-color css
<style>
span { border-color: #B94203; }
span { border-color: rgb(185,66,3); }
td.TdClassName
{
border-color: #B94203;
}
.TagClassName
{
border-color: #B94203;
}
</style>