Shades of Rust #B33D0A
Tints of Rust #B33D0A
RGB
CMYK
RGB Variations
Color information
#B33D0A (or 0xB33D0A) is known color: Rust. HEX triplet: B3, 3D and 0A. RGB value is (179,61,10). Sum of RGB (Red+Green+Blue) = 179+61+10=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33D0A is #4CC2F5. Grayscale: #5A5A5A. Windows color (decimal): -5030646 or 671155. OLE color: 671155.
HSL color Cylindrical-coordinate representation of color #B33D0A: hue angle of 18.11º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B33D0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 10 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.30 |
| HSL | 18.11º | 0.89% | 0.37% | - |
| HSV(B) | 18.11º | 0.94% | 0.7% | - |
| XYZ | 20.31 | 12.94 | 1.71 | - |
| YUV | 90.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 10 | 0 | 0.66 | 0.94 | 0.30 | 18.11 | 0.89 | 0.37 |
| Hex | B3 | 3D | A | 0 | 42 | 5E | 1E | 12 | 59 | 25 |
| Octal | 263 | 75 | 12 | 0 | 102 | 136 | 36 | 22 | 131 | 45 |
| Binary | 10110011 | 111101 | 1010 | 0 | 1000010 | 1011110 | 11110 | 10010 | 1011001 | 100101 |
Color Harmonies of #B33D0A
Complementary color
Monochromatic Colors of #B33D0A
Black with #B33D0A
Text Example
Text Example
White with #B33D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D0A; }
p { color: rgb(179,61,10); }
H1.HeaderClassName
{
color: #B33D0A;
}
.AnyTagClassName
{
color: #B33D0A;
}
</style>
background-color css
<style>
a { background-color: #B33D0A; }
a { background-color: rgb(179,61,10); }
div.DivClassName
{
background-color: #B33D0A;
}
.BgClassName
{
background-color: #B33D0A;
}
</style>
border-color css
<style>
span { border-color: #B33D0A; }
span { border-color: rgb(179,61,10); }
td.TdClassName
{
border-color: #B33D0A;
}
.TagClassName
{
border-color: #B33D0A;
}
</style>