Shades of Rust #B02A00
Tints of Rust #B02A00
RGB
CMYK
RGB Variations
Color information
#B02A00 (or 0xB02A00) is known color: Rust. HEX triplet: B0, 2A and 00. RGB value is (176,42,0). Sum of RGB (Red+Green+Blue) = 176+42+0=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A00 is #4FD5FF. Grayscale: #4D4D4D. Windows color (decimal): -5232128 or 10928. OLE color: 10928.
HSL color Cylindrical-coordinate representation of color #B02A00: hue angle of 14.32º 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 #B02A00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.31 |
| HSL | 14.32º | 1% | 0.35% | - |
| HSV(B) | 14.32º | 1% | 0.69% | - |
| XYZ | 18.73 | 10.89 | 1.11 | - |
| YUV | 77.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 0 | 0 | 0.76 | 1 | 0.31 | 14.32 | 1 | 0.35 |
| Hex | B0 | 2A | 0 | 0 | 4C | 64 | 1F | E | 64 | 23 |
| Octal | 260 | 52 | 0 | 0 | 114 | 144 | 37 | 16 | 144 | 43 |
| Binary | 10110000 | 101010 | 0 | 0 | 1001100 | 1100100 | 11111 | 1110 | 1100100 | 100011 |
Color Harmonies of #B02A00
Complementary color
Monochromatic Colors of #B02A00
Black with #B02A00
Text Example
Text Example
White with #B02A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A00; }
p { color: rgb(176,42,0); }
H1.HeaderClassName
{
color: #B02A00;
}
.AnyTagClassName
{
color: #B02A00;
}
</style>
background-color css
<style>
a { background-color: #B02A00; }
a { background-color: rgb(176,42,0); }
div.DivClassName
{
background-color: #B02A00;
}
.BgClassName
{
background-color: #B02A00;
}
</style>
border-color css
<style>
span { border-color: #B02A00; }
span { border-color: rgb(176,42,0); }
td.TdClassName
{
border-color: #B02A00;
}
.TagClassName
{
border-color: #B02A00;
}
</style>