Shades of Rust #B2340B
Tints of Rust #B2340B
RGB
CMYK
RGB Variations
Color information
#B2340B (or 0xB2340B) is known color: Rust. HEX triplet: B2, 34 and 0B. RGB value is (178,52,11). Sum of RGB (Red+Green+Blue) = 178+52+11=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2340B is #4DCBF4. Grayscale: #555555. Windows color (decimal): -5098485 or 734386. OLE color: 734386.
HSL color Cylindrical-coordinate representation of color #B2340B: hue angle of 14.73º degrees, saturation: 0.88, 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 #B2340B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.30 |
| HSL | 14.73º | 0.88% | 0.37% | - |
| HSV(B) | 14.73º | 0.94% | 0.7% | - |
| XYZ | 19.65 | 11.95 | 1.59 | - |
| YUV | 85 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 11 | 0 | 0.71 | 0.94 | 0.30 | 14.73 | 0.88 | 0.37 |
| Hex | B2 | 34 | B | 0 | 47 | 5E | 1E | F | 58 | 25 |
| Octal | 262 | 64 | 13 | 0 | 107 | 136 | 36 | 17 | 130 | 45 |
| Binary | 10110010 | 110100 | 1011 | 0 | 1000111 | 1011110 | 11110 | 1111 | 1011000 | 100101 |
Color Harmonies of #B2340B
Complementary color
Monochromatic Colors of #B2340B
Black with #B2340B
Text Example
Text Example
White with #B2340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2340B; }
p { color: rgb(178,52,11); }
H1.HeaderClassName
{
color: #B2340B;
}
.AnyTagClassName
{
color: #B2340B;
}
</style>
background-color css
<style>
a { background-color: #B2340B; }
a { background-color: rgb(178,52,11); }
div.DivClassName
{
background-color: #B2340B;
}
.BgClassName
{
background-color: #B2340B;
}
</style>
border-color css
<style>
span { border-color: #B2340B; }
span { border-color: rgb(178,52,11); }
td.TdClassName
{
border-color: #B2340B;
}
.TagClassName
{
border-color: #B2340B;
}
</style>