Shades of Rust #B23C11
Tints of Rust #B23C11
RGB
CMYK
RGB Variations
Color information
#B23C11 (or 0xB23C11) is known color: Rust. HEX triplet: B2, 3C and 11. RGB value is (178,60,17). Sum of RGB (Red+Green+Blue) = 178+60+17=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C11 is #4DC3EE. Grayscale: #5A5A5A. Windows color (decimal): -5096431 or 1129650. OLE color: 1129650.
HSL color Cylindrical-coordinate representation of color #B23C11: hue angle of 16.02º 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 #B23C11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 17 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.30 |
| HSL | 16.02º | 0.83% | 0.38% | - |
| HSV(B) | 16.02º | 0.9% | 0.7% | - |
| XYZ | 20.08 | 12.74 | 1.93 | - |
| YUV | 90.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 17 | 0 | 0.66 | 0.90 | 0.30 | 16.02 | 0.83 | 0.38 |
| Hex | B2 | 3C | 11 | 0 | 42 | 5A | 1E | 10 | 53 | 26 |
| Octal | 262 | 74 | 21 | 0 | 102 | 132 | 36 | 20 | 123 | 46 |
| Binary | 10110010 | 111100 | 10001 | 0 | 1000010 | 1011010 | 11110 | 10000 | 1010011 | 100110 |
Color Harmonies of #B23C11
Complementary color
Monochromatic Colors of #B23C11
Black with #B23C11
Text Example
Text Example
White with #B23C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C11; }
p { color: rgb(178,60,17); }
H1.HeaderClassName
{
color: #B23C11;
}
.AnyTagClassName
{
color: #B23C11;
}
</style>
background-color css
<style>
a { background-color: #B23C11; }
a { background-color: rgb(178,60,17); }
div.DivClassName
{
background-color: #B23C11;
}
.BgClassName
{
background-color: #B23C11;
}
</style>
border-color css
<style>
span { border-color: #B23C11; }
span { border-color: rgb(178,60,17); }
td.TdClassName
{
border-color: #B23C11;
}
.TagClassName
{
border-color: #B23C11;
}
</style>