Shades of Rust #B33A08
Tints of Rust #B33A08
RGB
CMYK
RGB Variations
Color information
#B33A08 (or 0xB33A08) is known color: Rust. HEX triplet: B3, 3A and 08. RGB value is (179,58,8). Sum of RGB (Red+Green+Blue) = 179+58+8=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A08 is #4CC5F7. Grayscale: #585858. Windows color (decimal): -5031416 or 539315. OLE color: 539315.
HSL color Cylindrical-coordinate representation of color #B33A08: hue angle of 17.54º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B33A08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.30 |
| HSL | 17.54º | 0.91% | 0.37% | - |
| HSV(B) | 17.54º | 0.96% | 0.7% | - |
| XYZ | 20.15 | 12.63 | 1.61 | - |
| YUV | 88.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 8 | 0 | 0.68 | 0.96 | 0.30 | 17.54 | 0.91 | 0.37 |
| Hex | B3 | 3A | 8 | 0 | 44 | 60 | 1E | 12 | 5B | 25 |
| Octal | 263 | 72 | 10 | 0 | 104 | 140 | 36 | 22 | 133 | 45 |
| Binary | 10110011 | 111010 | 1000 | 0 | 1000100 | 1100000 | 11110 | 10010 | 1011011 | 100101 |
Color Harmonies of #B33A08
Complementary color
Monochromatic Colors of #B33A08
Black with #B33A08
Text Example
Text Example
White with #B33A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A08; }
p { color: rgb(179,58,8); }
H1.HeaderClassName
{
color: #B33A08;
}
.AnyTagClassName
{
color: #B33A08;
}
</style>
background-color css
<style>
a { background-color: #B33A08; }
a { background-color: rgb(179,58,8); }
div.DivClassName
{
background-color: #B33A08;
}
.BgClassName
{
background-color: #B33A08;
}
</style>
border-color css
<style>
span { border-color: #B33A08; }
span { border-color: rgb(179,58,8); }
td.TdClassName
{
border-color: #B33A08;
}
.TagClassName
{
border-color: #B33A08;
}
</style>