Shades of Rust #B04A00
Tints of Rust #B04A00
RGB
CMYK
RGB Variations
Color information
#B04A00 (or 0xB04A00) is known color: Rust. HEX triplet: B0, 4A and 00. RGB value is (176,74,0). Sum of RGB (Red+Green+Blue) = 176+74+0=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04A00 is #4FB5FF. Grayscale: #606060. Windows color (decimal): -5223936 or 19120. OLE color: 19120.
HSL color Cylindrical-coordinate representation of color #B04A00: hue angle of 25.23º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B04A00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.31 |
| HSL | 25.23º | 1% | 0.35% | - |
| HSV(B) | 25.23º | 1% | 0.69% | - |
| XYZ | 20.35 | 14.13 | 1.65 | - |
| YUV | 96.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 0 | 0 | 0.58 | 1 | 0.31 | 25.23 | 1 | 0.35 |
| Hex | B0 | 4A | 0 | 0 | 3A | 64 | 1F | 19 | 64 | 23 |
| Octal | 260 | 112 | 0 | 0 | 72 | 144 | 37 | 31 | 144 | 43 |
| Binary | 10110000 | 1001010 | 0 | 0 | 111010 | 1100100 | 11111 | 11001 | 1100100 | 100011 |
Color Harmonies of #B04A00
Complementary color
Monochromatic Colors of #B04A00
Black with #B04A00
Text Example
Text Example
White with #B04A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A00; }
p { color: rgb(176,74,0); }
H1.HeaderClassName
{
color: #B04A00;
}
.AnyTagClassName
{
color: #B04A00;
}
</style>
background-color css
<style>
a { background-color: #B04A00; }
a { background-color: rgb(176,74,0); }
div.DivClassName
{
background-color: #B04A00;
}
.BgClassName
{
background-color: #B04A00;
}
</style>
border-color css
<style>
span { border-color: #B04A00; }
span { border-color: rgb(176,74,0); }
td.TdClassName
{
border-color: #B04A00;
}
.TagClassName
{
border-color: #B04A00;
}
</style>