Shades of Rust #B02A01
Tints of Rust #B02A01
RGB
CMYK
RGB Variations
Color information
#B02A01 (or 0xB02A01) is known color: Rust. HEX triplet: B0, 2A and 01. RGB value is (176,42,1). Sum of RGB (Red+Green+Blue) = 176+42+1=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A01 is #4FD5FE. Grayscale: #4D4D4D. Windows color (decimal): -5232127 or 76464. OLE color: 76464.
HSL color Cylindrical-coordinate representation of color #B02A01: hue angle of 14.06º degrees, saturation: 0.99, 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 #B02A01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.31 |
| HSL | 14.06º | 0.99% | 0.35% | - |
| HSV(B) | 14.06º | 0.99% | 0.69% | - |
| XYZ | 18.74 | 10.89 | 1.14 | - |
| YUV | 77.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 1 | 0 | 0.76 | 0.99 | 0.31 | 14.06 | 0.99 | 0.35 |
| Hex | B0 | 2A | 1 | 0 | 4C | 63 | 1F | E | 63 | 23 |
| Octal | 260 | 52 | 1 | 0 | 114 | 143 | 37 | 16 | 143 | 43 |
| Binary | 10110000 | 101010 | 1 | 0 | 1001100 | 1100011 | 11111 | 1110 | 1100011 | 100011 |
Color Harmonies of #B02A01
Complementary color
Monochromatic Colors of #B02A01
Black with #B02A01
Text Example
Text Example
White with #B02A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A01; }
p { color: rgb(176,42,1); }
H1.HeaderClassName
{
color: #B02A01;
}
.AnyTagClassName
{
color: #B02A01;
}
</style>
background-color css
<style>
a { background-color: #B02A01; }
a { background-color: rgb(176,42,1); }
div.DivClassName
{
background-color: #B02A01;
}
.BgClassName
{
background-color: #B02A01;
}
</style>
border-color css
<style>
span { border-color: #B02A01; }
span { border-color: rgb(176,42,1); }
td.TdClassName
{
border-color: #B02A01;
}
.TagClassName
{
border-color: #B02A01;
}
</style>