Shades of Rust #B04C02
Tints of Rust #B04C02
RGB
CMYK
RGB Variations
Color information
#B04C02 (or 0xB04C02) is known color: Rust. HEX triplet: B0, 4C and 02. RGB value is (176,76,2). Sum of RGB (Red+Green+Blue) = 176+76+2=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C02 is #4FB3FD. Grayscale: #616161. Windows color (decimal): -5223422 or 150704. OLE color: 150704.
HSL color Cylindrical-coordinate representation of color #B04C02: hue angle of 25.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B04C02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.31 |
| HSL | 25.52º | 0.98% | 0.35% | - |
| HSV(B) | 25.52º | 0.99% | 0.69% | - |
| XYZ | 20.5 | 14.4 | 1.76 | - |
| YUV | 97.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 2 | 0 | 0.57 | 0.99 | 0.31 | 25.52 | 0.98 | 0.35 |
| Hex | B0 | 4C | 2 | 0 | 39 | 63 | 1F | 1A | 62 | 23 |
| Octal | 260 | 114 | 2 | 0 | 71 | 143 | 37 | 32 | 142 | 43 |
| Binary | 10110000 | 1001100 | 10 | 0 | 111001 | 1100011 | 11111 | 11010 | 1100010 | 100011 |
Color Harmonies of #B04C02
Complementary color
Monochromatic Colors of #B04C02
Black with #B04C02
Text Example
Text Example
White with #B04C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C02; }
p { color: rgb(176,76,2); }
H1.HeaderClassName
{
color: #B04C02;
}
.AnyTagClassName
{
color: #B04C02;
}
</style>
background-color css
<style>
a { background-color: #B04C02; }
a { background-color: rgb(176,76,2); }
div.DivClassName
{
background-color: #B04C02;
}
.BgClassName
{
background-color: #B04C02;
}
</style>
border-color css
<style>
span { border-color: #B04C02; }
span { border-color: rgb(176,76,2); }
td.TdClassName
{
border-color: #B04C02;
}
.TagClassName
{
border-color: #B04C02;
}
</style>