Shades of Rust #B04310
Tints of Rust #B04310
RGB
CMYK
RGB Variations
Color information
#B04310 (or 0xB04310) is known color: Rust. HEX triplet: B0, 43 and 10. RGB value is (176,67,16). Sum of RGB (Red+Green+Blue) = 176+67+16=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B04310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04310 is #4FBCEF. Grayscale: #5E5E5E. Windows color (decimal): -5225712 or 1065904. OLE color: 1065904.
HSL color Cylindrical-coordinate representation of color #B04310: hue angle of 19.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B04310 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.31 |
| HSL | 19.13º | 0.83% | 0.38% | - |
| HSV(B) | 19.13º | 0.91% | 0.69% | - |
| XYZ | 20.01 | 13.28 | 2 | - |
| YUV | 93.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 16 | 0 | 0.62 | 0.91 | 0.31 | 19.13 | 0.83 | 0.38 |
| Hex | B0 | 43 | 10 | 0 | 3E | 5B | 1F | 13 | 53 | 26 |
| Octal | 260 | 103 | 20 | 0 | 76 | 133 | 37 | 23 | 123 | 46 |
| Binary | 10110000 | 1000011 | 10000 | 0 | 111110 | 1011011 | 11111 | 10011 | 1010011 | 100110 |
Color Harmonies of #B04310
Complementary color
Monochromatic Colors of #B04310
Black with #B04310
Text Example
Text Example
White with #B04310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04310; }
p { color: rgb(176,67,16); }
H1.HeaderClassName
{
color: #B04310;
}
.AnyTagClassName
{
color: #B04310;
}
</style>
background-color css
<style>
a { background-color: #B04310; }
a { background-color: rgb(176,67,16); }
div.DivClassName
{
background-color: #B04310;
}
.BgClassName
{
background-color: #B04310;
}
</style>
border-color css
<style>
span { border-color: #B04310; }
span { border-color: rgb(176,67,16); }
td.TdClassName
{
border-color: #B04310;
}
.TagClassName
{
border-color: #B04310;
}
</style>