Shades of Rust #B23611
Tints of Rust #B23611
RGB
CMYK
RGB Variations
Color information
#B23611 (or 0xB23611) is known color: Rust. HEX triplet: B2, 36 and 11. RGB value is (178,54,17). Sum of RGB (Red+Green+Blue) = 178+54+17=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B23611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23611 is #4DC9EE. Grayscale: #575757. Windows color (decimal): -5097967 or 1128114. OLE color: 1128114.
HSL color Cylindrical-coordinate representation of color #B23611: hue angle of 13.79º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B23611 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.30 |
| HSL | 13.79º | 0.83% | 0.38% | - |
| HSV(B) | 13.79º | 0.9% | 0.7% | - |
| XYZ | 19.78 | 12.14 | 1.83 | - |
| YUV | 86.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 17 | 0 | 0.70 | 0.90 | 0.30 | 13.79 | 0.83 | 0.38 |
| Hex | B2 | 36 | 11 | 0 | 46 | 5A | 1E | E | 53 | 26 |
| Octal | 262 | 66 | 21 | 0 | 106 | 132 | 36 | 16 | 123 | 46 |
| Binary | 10110010 | 110110 | 10001 | 0 | 1000110 | 1011010 | 11110 | 1110 | 1010011 | 100110 |
Color Harmonies of #B23611
Complementary color
Monochromatic Colors of #B23611
Black with #B23611
Text Example
Text Example
White with #B23611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23611; }
p { color: rgb(178,54,17); }
H1.HeaderClassName
{
color: #B23611;
}
.AnyTagClassName
{
color: #B23611;
}
</style>
background-color css
<style>
a { background-color: #B23611; }
a { background-color: rgb(178,54,17); }
div.DivClassName
{
background-color: #B23611;
}
.BgClassName
{
background-color: #B23611;
}
</style>
border-color css
<style>
span { border-color: #B23611; }
span { border-color: rgb(178,54,17); }
td.TdClassName
{
border-color: #B23611;
}
.TagClassName
{
border-color: #B23611;
}
</style>