Shades of Rust #B03905
Tints of Rust #B03905
RGB
CMYK
RGB Variations
Color information
#B03905 (or 0xB03905) is known color: Rust. HEX triplet: B0, 39 and 05. RGB value is (176,57,5). Sum of RGB (Red+Green+Blue) = 176+57+5=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B03905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03905 is #4FC6FA. Grayscale: #565656. Windows color (decimal): -5228283 or 342448. OLE color: 342448.
HSL color Cylindrical-coordinate representation of color #B03905: hue angle of 18.25º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B03905 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.31 |
| HSL | 18.25º | 0.94% | 0.35% | - |
| HSV(B) | 18.25º | 0.97% | 0.69% | - |
| XYZ | 19.4 | 12.17 | 1.47 | - |
| YUV | 86.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 5 | 0 | 0.68 | 0.97 | 0.31 | 18.25 | 0.94 | 0.35 |
| Hex | B0 | 39 | 5 | 0 | 44 | 61 | 1F | 12 | 5E | 23 |
| Octal | 260 | 71 | 5 | 0 | 104 | 141 | 37 | 22 | 136 | 43 |
| Binary | 10110000 | 111001 | 101 | 0 | 1000100 | 1100001 | 11111 | 10010 | 1011110 | 100011 |
Color Harmonies of #B03905
Complementary color
Monochromatic Colors of #B03905
Black with #B03905
Text Example
Text Example
White with #B03905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03905; }
p { color: rgb(176,57,5); }
H1.HeaderClassName
{
color: #B03905;
}
.AnyTagClassName
{
color: #B03905;
}
</style>
background-color css
<style>
a { background-color: #B03905; }
a { background-color: rgb(176,57,5); }
div.DivClassName
{
background-color: #B03905;
}
.BgClassName
{
background-color: #B03905;
}
</style>
border-color css
<style>
span { border-color: #B03905; }
span { border-color: rgb(176,57,5); }
td.TdClassName
{
border-color: #B03905;
}
.TagClassName
{
border-color: #B03905;
}
</style>