Shades of Rust #B04307
Tints of Rust #B04307
RGB
CMYK
RGB Variations
Color information
#B04307 (or 0xB04307) is known color: Rust. HEX triplet: B0, 43 and 07. RGB value is (176,67,7). Sum of RGB (Red+Green+Blue) = 176+67+7=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04307 is #4FBCF8. Grayscale: #5D5D5D. Windows color (decimal): -5225721 or 476080. OLE color: 476080.
HSL color Cylindrical-coordinate representation of color #B04307: hue angle of 21.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B04307 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.31 |
| HSL | 21.3º | 0.92% | 0.36% | - |
| HSV(B) | 21.3º | 0.96% | 0.69% | - |
| XYZ | 19.95 | 13.26 | 1.71 | - |
| YUV | 92.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 7 | 0 | 0.62 | 0.96 | 0.31 | 21.3 | 0.92 | 0.36 |
| Hex | B0 | 43 | 7 | 0 | 3E | 60 | 1F | 15 | 5C | 24 |
| Octal | 260 | 103 | 7 | 0 | 76 | 140 | 37 | 25 | 134 | 44 |
| Binary | 10110000 | 1000011 | 111 | 0 | 111110 | 1100000 | 11111 | 10101 | 1011100 | 100100 |
Color Harmonies of #B04307
Complementary color
Monochromatic Colors of #B04307
Black with #B04307
Text Example
Text Example
White with #B04307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04307; }
p { color: rgb(176,67,7); }
H1.HeaderClassName
{
color: #B04307;
}
.AnyTagClassName
{
color: #B04307;
}
</style>
background-color css
<style>
a { background-color: #B04307; }
a { background-color: rgb(176,67,7); }
div.DivClassName
{
background-color: #B04307;
}
.BgClassName
{
background-color: #B04307;
}
</style>
border-color css
<style>
span { border-color: #B04307; }
span { border-color: rgb(176,67,7); }
td.TdClassName
{
border-color: #B04307;
}
.TagClassName
{
border-color: #B04307;
}
</style>