Shades of Rust #B02C04
Tints of Rust #B02C04
RGB
CMYK
RGB Variations
Color information
#B02C04 (or 0xB02C04) is known color: Rust. HEX triplet: B0, 2C and 04. RGB value is (176,44,4). Sum of RGB (Red+Green+Blue) = 176+44+4=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C04 is #4FD3FB. Grayscale: #4F4F4F. Windows color (decimal): -5231612 or 273584. OLE color: 273584.
HSL color Cylindrical-coordinate representation of color #B02C04: hue angle of 13.95º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B02C04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.31 |
| HSL | 13.95º | 0.96% | 0.35% | - |
| HSV(B) | 13.95º | 0.98% | 0.69% | - |
| XYZ | 18.83 | 11.04 | 1.25 | - |
| YUV | 78.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 4 | 0 | 0.75 | 0.98 | 0.31 | 13.95 | 0.96 | 0.35 |
| Hex | B0 | 2C | 4 | 0 | 4B | 62 | 1F | E | 60 | 23 |
| Octal | 260 | 54 | 4 | 0 | 113 | 142 | 37 | 16 | 140 | 43 |
| Binary | 10110000 | 101100 | 100 | 0 | 1001011 | 1100010 | 11111 | 1110 | 1100000 | 100011 |
Color Harmonies of #B02C04
Complementary color
Monochromatic Colors of #B02C04
Black with #B02C04
Text Example
Text Example
White with #B02C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C04; }
p { color: rgb(176,44,4); }
H1.HeaderClassName
{
color: #B02C04;
}
.AnyTagClassName
{
color: #B02C04;
}
</style>
background-color css
<style>
a { background-color: #B02C04; }
a { background-color: rgb(176,44,4); }
div.DivClassName
{
background-color: #B02C04;
}
.BgClassName
{
background-color: #B02C04;
}
</style>
border-color css
<style>
span { border-color: #B02C04; }
span { border-color: rgb(176,44,4); }
td.TdClassName
{
border-color: #B02C04;
}
.TagClassName
{
border-color: #B02C04;
}
</style>