Shades of Rust #B33301
Tints of Rust #B33301
RGB
CMYK
RGB Variations
Color information
#B33301 (or 0xB33301) is known color: Rust. HEX triplet: B3, 33 and 01. RGB value is (179,51,1). Sum of RGB (Red+Green+Blue) = 179+51+1=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B33301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33301 is #4CCCFE. Grayscale: #535353. Windows color (decimal): -5033215 or 78771. OLE color: 78771.
HSL color Cylindrical-coordinate representation of color #B33301: hue angle of 16.85º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B33301 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.30 |
| HSL | 16.85º | 0.99% | 0.35% | - |
| HSV(B) | 16.85º | 0.99% | 0.7% | - |
| XYZ | 19.78 | 11.95 | 1.29 | - |
| YUV | 83.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 1 | 0 | 0.72 | 0.99 | 0.30 | 16.85 | 0.99 | 0.35 |
| Hex | B3 | 33 | 1 | 0 | 48 | 63 | 1E | 11 | 63 | 23 |
| Octal | 263 | 63 | 1 | 0 | 110 | 143 | 36 | 21 | 143 | 43 |
| Binary | 10110011 | 110011 | 1 | 0 | 1001000 | 1100011 | 11110 | 10001 | 1100011 | 100011 |
Color Harmonies of #B33301
Complementary color
Monochromatic Colors of #B33301
Black with #B33301
Text Example
Text Example
White with #B33301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33301; }
p { color: rgb(179,51,1); }
H1.HeaderClassName
{
color: #B33301;
}
.AnyTagClassName
{
color: #B33301;
}
</style>
background-color css
<style>
a { background-color: #B33301; }
a { background-color: rgb(179,51,1); }
div.DivClassName
{
background-color: #B33301;
}
.BgClassName
{
background-color: #B33301;
}
</style>
border-color css
<style>
span { border-color: #B33301; }
span { border-color: rgb(179,51,1); }
td.TdClassName
{
border-color: #B33301;
}
.TagClassName
{
border-color: #B33301;
}
</style>