Shades of Rust #B02703
Tints of Rust #B02703
RGB
CMYK
RGB Variations
Color information
#B02703 (or 0xB02703) is known color: Rust. HEX triplet: B0, 27 and 03. RGB value is (176,39,3). Sum of RGB (Red+Green+Blue) = 176+39+3=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B02703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02703 is #4FD8FC. Grayscale: #4C4C4C. Windows color (decimal): -5232893 or 206768. OLE color: 206768.
HSL color Cylindrical-coordinate representation of color #B02703: hue angle of 12.49º degrees, saturation: 0.97, 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 #B02703 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.31 |
| HSL | 12.49º | 0.97% | 0.35% | - |
| HSV(B) | 12.49º | 0.98% | 0.69% | - |
| XYZ | 18.65 | 10.69 | 1.17 | - |
| YUV | 75.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 3 | 0 | 0.78 | 0.98 | 0.31 | 12.49 | 0.97 | 0.35 |
| Hex | B0 | 27 | 3 | 0 | 4E | 62 | 1F | C | 61 | 23 |
| Octal | 260 | 47 | 3 | 0 | 116 | 142 | 37 | 14 | 141 | 43 |
| Binary | 10110000 | 100111 | 11 | 0 | 1001110 | 1100010 | 11111 | 1100 | 1100001 | 100011 |
Color Harmonies of #B02703
Complementary color
Monochromatic Colors of #B02703
Black with #B02703
Text Example
Text Example
White with #B02703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02703; }
p { color: rgb(176,39,3); }
H1.HeaderClassName
{
color: #B02703;
}
.AnyTagClassName
{
color: #B02703;
}
</style>
background-color css
<style>
a { background-color: #B02703; }
a { background-color: rgb(176,39,3); }
div.DivClassName
{
background-color: #B02703;
}
.BgClassName
{
background-color: #B02703;
}
</style>
border-color css
<style>
span { border-color: #B02703; }
span { border-color: rgb(176,39,3); }
td.TdClassName
{
border-color: #B02703;
}
.TagClassName
{
border-color: #B02703;
}
</style>