Shades of Rust #B02D07
Tints of Rust #B02D07
RGB
CMYK
RGB Variations
Color information
#B02D07 (or 0xB02D07) is known color: Rust. HEX triplet: B0, 2D and 07. RGB value is (176,45,7). Sum of RGB (Red+Green+Blue) = 176+45+7=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02D07 is #4FD2F8. Grayscale: #505050. Windows color (decimal): -5231353 or 470448. OLE color: 470448.
HSL color Cylindrical-coordinate representation of color #B02D07: hue angle of 13.49º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B02D07 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.31 |
| HSL | 13.49º | 0.92% | 0.36% | - |
| HSV(B) | 13.49º | 0.96% | 0.69% | - |
| XYZ | 18.88 | 11.12 | 1.35 | - |
| YUV | 79.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 7 | 0 | 0.74 | 0.96 | 0.31 | 13.49 | 0.92 | 0.36 |
| Hex | B0 | 2D | 7 | 0 | 4A | 60 | 1F | D | 5C | 24 |
| Octal | 260 | 55 | 7 | 0 | 112 | 140 | 37 | 15 | 134 | 44 |
| Binary | 10110000 | 101101 | 111 | 0 | 1001010 | 1100000 | 11111 | 1101 | 1011100 | 100100 |
Color Harmonies of #B02D07
Complementary color
Monochromatic Colors of #B02D07
Black with #B02D07
Text Example
Text Example
White with #B02D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D07; }
p { color: rgb(176,45,7); }
H1.HeaderClassName
{
color: #B02D07;
}
.AnyTagClassName
{
color: #B02D07;
}
</style>
background-color css
<style>
a { background-color: #B02D07; }
a { background-color: rgb(176,45,7); }
div.DivClassName
{
background-color: #B02D07;
}
.BgClassName
{
background-color: #B02D07;
}
</style>
border-color css
<style>
span { border-color: #B02D07; }
span { border-color: rgb(176,45,7); }
td.TdClassName
{
border-color: #B02D07;
}
.TagClassName
{
border-color: #B02D07;
}
</style>