Shades of Rust #B93F05
Tints of Rust #B93F05
RGB
CMYK
RGB Variations
Color information
#B93F05 (or 0xB93F05) is known color: Rust. HEX triplet: B9, 3F and 05. RGB value is (185,63,5). Sum of RGB (Red+Green+Blue) = 185+63+5=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F05 is #46C0FA. Grayscale: #5D5D5D. Windows color (decimal): -4636923 or 343993. OLE color: 343993.
HSL color Cylindrical-coordinate representation of color #B93F05: hue angle of 19.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B93F05 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.27 |
| HSL | 19.33º | 0.95% | 0.37% | - |
| HSV(B) | 19.33º | 0.97% | 0.73% | - |
| XYZ | 21.81 | 13.88 | 1.67 | - |
| YUV | 92.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 5 | 0 | 0.66 | 0.97 | 0.27 | 19.33 | 0.95 | 0.37 |
| Hex | B9 | 3F | 5 | 0 | 42 | 61 | 1B | 13 | 5F | 25 |
| Octal | 271 | 77 | 5 | 0 | 102 | 141 | 33 | 23 | 137 | 45 |
| Binary | 10111001 | 111111 | 101 | 0 | 1000010 | 1100001 | 11011 | 10011 | 1011111 | 100101 |
Color Harmonies of #B93F05
Complementary color
Monochromatic Colors of #B93F05
Black with #B93F05
Text Example
Text Example
White with #B93F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F05; }
p { color: rgb(185,63,5); }
H1.HeaderClassName
{
color: #B93F05;
}
.AnyTagClassName
{
color: #B93F05;
}
</style>
background-color css
<style>
a { background-color: #B93F05; }
a { background-color: rgb(185,63,5); }
div.DivClassName
{
background-color: #B93F05;
}
.BgClassName
{
background-color: #B93F05;
}
</style>
border-color css
<style>
span { border-color: #B93F05; }
span { border-color: rgb(185,63,5); }
td.TdClassName
{
border-color: #B93F05;
}
.TagClassName
{
border-color: #B93F05;
}
</style>