Shades of Rust #B93F03
Tints of Rust #B93F03
RGB
CMYK
RGB Variations
Color information
#B93F03 (or 0xB93F03) is known color: Rust. HEX triplet: B9, 3F and 03. RGB value is (185,63,3). Sum of RGB (Red+Green+Blue) = 185+63+3=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F03 is #46C0FC. Grayscale: #5C5C5C. Windows color (decimal): -4636925 or 212921. OLE color: 212921.
HSL color Cylindrical-coordinate representation of color #B93F03: hue angle of 19.78º 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 #B93F03 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.27 |
| HSL | 19.78º | 0.97% | 0.37% | - |
| HSV(B) | 19.78º | 0.98% | 0.73% | - |
| XYZ | 21.8 | 13.88 | 1.62 | - |
| YUV | 92.64 | 77.42 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 3 | 0 | 0.66 | 0.98 | 0.27 | 19.78 | 0.97 | 0.37 |
| Hex | B9 | 3F | 3 | 0 | 42 | 62 | 1B | 14 | 61 | 25 |
| Octal | 271 | 77 | 3 | 0 | 102 | 142 | 33 | 24 | 141 | 45 |
| Binary | 10111001 | 111111 | 11 | 0 | 1000010 | 1100010 | 11011 | 10100 | 1100001 | 100101 |
Color Harmonies of #B93F03
Complementary color
Monochromatic Colors of #B93F03
Black with #B93F03
Text Example
Text Example
White with #B93F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F03; }
p { color: rgb(185,63,3); }
H1.HeaderClassName
{
color: #B93F03;
}
.AnyTagClassName
{
color: #B93F03;
}
</style>
background-color css
<style>
a { background-color: #B93F03; }
a { background-color: rgb(185,63,3); }
div.DivClassName
{
background-color: #B93F03;
}
.BgClassName
{
background-color: #B93F03;
}
</style>
border-color css
<style>
span { border-color: #B93F03; }
span { border-color: rgb(185,63,3); }
td.TdClassName
{
border-color: #B93F03;
}
.TagClassName
{
border-color: #B93F03;
}
</style>