Shades of Rust #B03319
Tints of Rust #B03319
RGB
CMYK
RGB Variations
Color information
#B03319 (or 0xB03319) is known color: Rust. HEX triplet: B0, 33 and 19. RGB value is (176,51,25). Sum of RGB (Red+Green+Blue) = 176+51+25=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B03319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03319 is #4FCCE6. Grayscale: #555555. Windows color (decimal): -5229799 or 1651632. OLE color: 1651632.
HSL color Cylindrical-coordinate representation of color #B03319: hue angle of 10.33º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B03319 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 25 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.31 |
| HSL | 10.33º | 0.75% | 0.39% | - |
| HSV(B) | 10.33º | 0.86% | 0.69% | - |
| XYZ | 19.26 | 11.67 | 2.16 | - |
| YUV | 85.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 25 | 0 | 0.71 | 0.86 | 0.31 | 10.33 | 0.75 | 0.39 |
| Hex | B0 | 33 | 19 | 0 | 47 | 56 | 1F | A | 4B | 27 |
| Octal | 260 | 63 | 31 | 0 | 107 | 126 | 37 | 12 | 113 | 47 |
| Binary | 10110000 | 110011 | 11001 | 0 | 1000111 | 1010110 | 11111 | 1010 | 1001011 | 100111 |
Color Harmonies of #B03319
Complementary color
Monochromatic Colors of #B03319
Black with #B03319
Text Example
Text Example
White with #B03319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03319; }
p { color: rgb(176,51,25); }
H1.HeaderClassName
{
color: #B03319;
}
.AnyTagClassName
{
color: #B03319;
}
</style>
background-color css
<style>
a { background-color: #B03319; }
a { background-color: rgb(176,51,25); }
div.DivClassName
{
background-color: #B03319;
}
.BgClassName
{
background-color: #B03319;
}
</style>
border-color css
<style>
span { border-color: #B03319; }
span { border-color: rgb(176,51,25); }
td.TdClassName
{
border-color: #B03319;
}
.TagClassName
{
border-color: #B03319;
}
</style>