Shades of Rust #B33912
Tints of Rust #B33912
RGB
CMYK
RGB Variations
Color information
#B33912 (or 0xB33912) is known color: Rust. HEX triplet: B3, 39 and 12. RGB value is (179,57,18). Sum of RGB (Red+Green+Blue) = 179+57+18=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33912 is #4CC6ED. Grayscale: #595959. Windows color (decimal): -5031662 or 1194419. OLE color: 1194419.
HSL color Cylindrical-coordinate representation of color #B33912: hue angle of 14.53º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B33912 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.30 |
| HSL | 14.53º | 0.82% | 0.39% | - |
| HSV(B) | 14.53º | 0.9% | 0.7% | - |
| XYZ | 20.16 | 12.55 | 1.93 | - |
| YUV | 89.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 18 | 0 | 0.68 | 0.90 | 0.30 | 14.53 | 0.82 | 0.39 |
| Hex | B3 | 39 | 12 | 0 | 44 | 5A | 1E | F | 52 | 27 |
| Octal | 263 | 71 | 22 | 0 | 104 | 132 | 36 | 17 | 122 | 47 |
| Binary | 10110011 | 111001 | 10010 | 0 | 1000100 | 1011010 | 11110 | 1111 | 1010010 | 100111 |
Color Harmonies of #B33912
Complementary color
Monochromatic Colors of #B33912
Black with #B33912
Text Example
Text Example
White with #B33912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33912; }
p { color: rgb(179,57,18); }
H1.HeaderClassName
{
color: #B33912;
}
.AnyTagClassName
{
color: #B33912;
}
</style>
background-color css
<style>
a { background-color: #B33912; }
a { background-color: rgb(179,57,18); }
div.DivClassName
{
background-color: #B33912;
}
.BgClassName
{
background-color: #B33912;
}
</style>
border-color css
<style>
span { border-color: #B33912; }
span { border-color: rgb(179,57,18); }
td.TdClassName
{
border-color: #B33912;
}
.TagClassName
{
border-color: #B33912;
}
</style>