Shades of Rust #B33400
Tints of Rust #B33400
RGB
CMYK
RGB Variations
Color information
#B33400 (or 0xB33400) is known color: Rust. HEX triplet: B3, 34 and 00. RGB value is (179,52,0). Sum of RGB (Red+Green+Blue) = 179+52+0=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B33400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33400 is #4CCBFF. Grayscale: #545454. Windows color (decimal): -5032960 or 13491. OLE color: 13491.
HSL color Cylindrical-coordinate representation of color #B33400: hue angle of 17.43º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B33400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.30 |
| HSL | 17.43º | 1% | 0.35% | - |
| HSV(B) | 17.43º | 1% | 0.7% | - |
| XYZ | 19.82 | 12.04 | 1.28 | - |
| YUV | 84.05 | 80.58 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 0 | 0 | 0.71 | 1 | 0.30 | 17.43 | 1 | 0.35 |
| Hex | B3 | 34 | 0 | 0 | 47 | 64 | 1E | 11 | 64 | 23 |
| Octal | 263 | 64 | 0 | 0 | 107 | 144 | 36 | 21 | 144 | 43 |
| Binary | 10110011 | 110100 | 0 | 0 | 1000111 | 1100100 | 11110 | 10001 | 1100100 | 100011 |
Color Harmonies of #B33400
Complementary color
Monochromatic Colors of #B33400
Black with #B33400
Text Example
Text Example
White with #B33400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33400; }
p { color: rgb(179,52,0); }
H1.HeaderClassName
{
color: #B33400;
}
.AnyTagClassName
{
color: #B33400;
}
</style>
background-color css
<style>
a { background-color: #B33400; }
a { background-color: rgb(179,52,0); }
div.DivClassName
{
background-color: #B33400;
}
.BgClassName
{
background-color: #B33400;
}
</style>
border-color css
<style>
span { border-color: #B33400; }
span { border-color: rgb(179,52,0); }
td.TdClassName
{
border-color: #B33400;
}
.TagClassName
{
border-color: #B33400;
}
</style>