Shades of Rust #B02C08
Tints of Rust #B02C08
RGB
CMYK
RGB Variations
Color information
#B02C08 (or 0xB02C08) is known color: Rust. HEX triplet: B0, 2C and 08. RGB value is (176,44,8). Sum of RGB (Red+Green+Blue) = 176+44+8=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C08 is #4FD3F7. Grayscale: #4F4F4F. Windows color (decimal): -5231608 or 535728. OLE color: 535728.
HSL color Cylindrical-coordinate representation of color #B02C08: hue angle of 12.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B02C08 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 8 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.31 |
| HSL | 12.86º | 0.91% | 0.36% | - |
| HSV(B) | 12.86º | 0.95% | 0.69% | - |
| XYZ | 18.85 | 11.05 | 1.37 | - |
| YUV | 79.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 8 | 0 | 0.75 | 0.95 | 0.31 | 12.86 | 0.91 | 0.36 |
| Hex | B0 | 2C | 8 | 0 | 4B | 5F | 1F | D | 5B | 24 |
| Octal | 260 | 54 | 10 | 0 | 113 | 137 | 37 | 15 | 133 | 44 |
| Binary | 10110000 | 101100 | 1000 | 0 | 1001011 | 1011111 | 11111 | 1101 | 1011011 | 100100 |
Color Harmonies of #B02C08
Complementary color
Monochromatic Colors of #B02C08
Black with #B02C08
Text Example
Text Example
White with #B02C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C08; }
p { color: rgb(176,44,8); }
H1.HeaderClassName
{
color: #B02C08;
}
.AnyTagClassName
{
color: #B02C08;
}
</style>
background-color css
<style>
a { background-color: #B02C08; }
a { background-color: rgb(176,44,8); }
div.DivClassName
{
background-color: #B02C08;
}
.BgClassName
{
background-color: #B02C08;
}
</style>
border-color css
<style>
span { border-color: #B02C08; }
span { border-color: rgb(176,44,8); }
td.TdClassName
{
border-color: #B02C08;
}
.TagClassName
{
border-color: #B02C08;
}
</style>