Shades of Rust #B33A0C
Tints of Rust #B33A0C
RGB
CMYK
RGB Variations
Color information
#B33A0C (or 0xB33A0C) is known color: Rust. HEX triplet: B3, 3A and 0C. RGB value is (179,58,12). Sum of RGB (Red+Green+Blue) = 179+58+12=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A0C is #4CC5F3. Grayscale: #595959. Windows color (decimal): -5031412 or 801459. OLE color: 801459.
HSL color Cylindrical-coordinate representation of color #B33A0C: hue angle of 16.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B33A0C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.30 |
| HSL | 16.53º | 0.87% | 0.37% | - |
| HSV(B) | 16.53º | 0.93% | 0.7% | - |
| XYZ | 20.17 | 12.64 | 1.72 | - |
| YUV | 88.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 12 | 0 | 0.68 | 0.93 | 0.30 | 16.53 | 0.87 | 0.37 |
| Hex | B3 | 3A | C | 0 | 44 | 5D | 1E | 11 | 57 | 25 |
| Octal | 263 | 72 | 14 | 0 | 104 | 135 | 36 | 21 | 127 | 45 |
| Binary | 10110011 | 111010 | 1100 | 0 | 1000100 | 1011101 | 11110 | 10001 | 1010111 | 100101 |
Color Harmonies of #B33A0C
Complementary color
Monochromatic Colors of #B33A0C
Black with #B33A0C
Text Example
Text Example
White with #B33A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A0C; }
p { color: rgb(179,58,12); }
H1.HeaderClassName
{
color: #B33A0C;
}
.AnyTagClassName
{
color: #B33A0C;
}
</style>
background-color css
<style>
a { background-color: #B33A0C; }
a { background-color: rgb(179,58,12); }
div.DivClassName
{
background-color: #B33A0C;
}
.BgClassName
{
background-color: #B33A0C;
}
</style>
border-color css
<style>
span { border-color: #B33A0C; }
span { border-color: rgb(179,58,12); }
td.TdClassName
{
border-color: #B33A0C;
}
.TagClassName
{
border-color: #B33A0C;
}
</style>