Shades of Rust #B33F09
Tints of Rust #B33F09
RGB
CMYK
RGB Variations
Color information
#B33F09 (or 0xB33F09) is known color: Rust. HEX triplet: B3, 3F and 09. RGB value is (179,63,9). Sum of RGB (Red+Green+Blue) = 179+63+9=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F09 is #4CC0F6. Grayscale: #5B5B5B. Windows color (decimal): -5030135 or 606131. OLE color: 606131.
HSL color Cylindrical-coordinate representation of color #B33F09: hue angle of 19.06º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B33F09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.30 |
| HSL | 19.06º | 0.9% | 0.37% | - |
| HSV(B) | 19.06º | 0.95% | 0.7% | - |
| XYZ | 20.42 | 13.16 | 1.72 | - |
| YUV | 91.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 9 | 0 | 0.65 | 0.95 | 0.30 | 19.06 | 0.9 | 0.37 |
| Hex | B3 | 3F | 9 | 0 | 41 | 5F | 1E | 13 | 5A | 25 |
| Octal | 263 | 77 | 11 | 0 | 101 | 137 | 36 | 23 | 132 | 45 |
| Binary | 10110011 | 111111 | 1001 | 0 | 1000001 | 1011111 | 11110 | 10011 | 1011010 | 100101 |
Color Harmonies of #B33F09
Complementary color
Monochromatic Colors of #B33F09
Black with #B33F09
Text Example
Text Example
White with #B33F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F09; }
p { color: rgb(179,63,9); }
H1.HeaderClassName
{
color: #B33F09;
}
.AnyTagClassName
{
color: #B33F09;
}
</style>
background-color css
<style>
a { background-color: #B33F09; }
a { background-color: rgb(179,63,9); }
div.DivClassName
{
background-color: #B33F09;
}
.BgClassName
{
background-color: #B33F09;
}
</style>
border-color css
<style>
span { border-color: #B33F09; }
span { border-color: rgb(179,63,9); }
td.TdClassName
{
border-color: #B33F09;
}
.TagClassName
{
border-color: #B33F09;
}
</style>