Shades of Rust #B33619
Tints of Rust #B33619
RGB
CMYK
RGB Variations
Color information
#B33619 (or 0xB33619) is known color: Rust. HEX triplet: B3, 36 and 19. RGB value is (179,54,25). Sum of RGB (Red+Green+Blue) = 179+54+25=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B33619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33619 is #4CC9E6. Grayscale: #585858. Windows color (decimal): -5032423 or 1652403. OLE color: 1652403.
HSL color Cylindrical-coordinate representation of color #B33619: hue angle of 11.3º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B33619 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 25 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.30 |
| HSL | 11.3º | 0.75% | 0.4% | - |
| HSV(B) | 11.3º | 0.86% | 0.7% | - |
| XYZ | 20.09 | 12.29 | 2.23 | - |
| YUV | 88.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 25 | 0 | 0.70 | 0.86 | 0.30 | 11.3 | 0.75 | 0.4 |
| Hex | B3 | 36 | 19 | 0 | 46 | 56 | 1E | B | 4B | 28 |
| Octal | 263 | 66 | 31 | 0 | 106 | 126 | 36 | 13 | 113 | 50 |
| Binary | 10110011 | 110110 | 11001 | 0 | 1000110 | 1010110 | 11110 | 1011 | 1001011 | 101000 |
Color Harmonies of #B33619
Complementary color
Monochromatic Colors of #B33619
Black with #B33619
Text Example
Text Example
White with #B33619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33619; }
p { color: rgb(179,54,25); }
H1.HeaderClassName
{
color: #B33619;
}
.AnyTagClassName
{
color: #B33619;
}
</style>
background-color css
<style>
a { background-color: #B33619; }
a { background-color: rgb(179,54,25); }
div.DivClassName
{
background-color: #B33619;
}
.BgClassName
{
background-color: #B33619;
}
</style>
border-color css
<style>
span { border-color: #B33619; }
span { border-color: rgb(179,54,25); }
td.TdClassName
{
border-color: #B33619;
}
.TagClassName
{
border-color: #B33619;
}
</style>