Shades of Rust #B93D03
Tints of Rust #B93D03
RGB
CMYK
RGB Variations
Color information
#B93D03 (or 0xB93D03) is known color: Rust. HEX triplet: B9, 3D and 03. RGB value is (185,61,3). Sum of RGB (Red+Green+Blue) = 185+61+3=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D03 is #46C2FC. Grayscale: #5B5B5B. Windows color (decimal): -4637437 or 212409. OLE color: 212409.
HSL color Cylindrical-coordinate representation of color #B93D03: hue angle of 19.12º 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 #B93D03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.27 |
| HSL | 19.12º | 0.97% | 0.37% | - |
| HSV(B) | 19.12º | 0.98% | 0.73% | - |
| XYZ | 21.69 | 13.66 | 1.58 | - |
| YUV | 91.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 3 | 0 | 0.67 | 0.98 | 0.27 | 19.12 | 0.97 | 0.37 |
| Hex | B9 | 3D | 3 | 0 | 43 | 62 | 1B | 13 | 61 | 25 |
| Octal | 271 | 75 | 3 | 0 | 103 | 142 | 33 | 23 | 141 | 45 |
| Binary | 10111001 | 111101 | 11 | 0 | 1000011 | 1100010 | 11011 | 10011 | 1100001 | 100101 |
Color Harmonies of #B93D03
Complementary color
Monochromatic Colors of #B93D03
Black with #B93D03
Text Example
Text Example
White with #B93D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D03; }
p { color: rgb(185,61,3); }
H1.HeaderClassName
{
color: #B93D03;
}
.AnyTagClassName
{
color: #B93D03;
}
</style>
background-color css
<style>
a { background-color: #B93D03; }
a { background-color: rgb(185,61,3); }
div.DivClassName
{
background-color: #B93D03;
}
.BgClassName
{
background-color: #B93D03;
}
</style>
border-color css
<style>
span { border-color: #B93D03; }
span { border-color: rgb(185,61,3); }
td.TdClassName
{
border-color: #B93D03;
}
.TagClassName
{
border-color: #B93D03;
}
</style>