Shades of Rust #B23C0A
Tints of Rust #B23C0A
RGB
CMYK
RGB Variations
Color information
#B23C0A (or 0xB23C0A) is known color: Rust. HEX triplet: B2, 3C and 0A. RGB value is (178,60,10). Sum of RGB (Red+Green+Blue) = 178+60+10=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C0A is #4DC3F5. Grayscale: #595959. Windows color (decimal): -5096438 or 670898. OLE color: 670898.
HSL color Cylindrical-coordinate representation of color #B23C0A: hue angle of 17.86º 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 #B23C0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 10 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.30 |
| HSL | 17.86º | 0.89% | 0.37% | - |
| HSV(B) | 17.86º | 0.94% | 0.7% | - |
| XYZ | 20.03 | 12.72 | 1.69 | - |
| YUV | 89.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 10 | 0 | 0.66 | 0.94 | 0.30 | 17.86 | 0.89 | 0.37 |
| Hex | B2 | 3C | A | 0 | 42 | 5E | 1E | 12 | 59 | 25 |
| Octal | 262 | 74 | 12 | 0 | 102 | 136 | 36 | 22 | 131 | 45 |
| Binary | 10110010 | 111100 | 1010 | 0 | 1000010 | 1011110 | 11110 | 10010 | 1011001 | 100101 |
Color Harmonies of #B23C0A
Complementary color
Monochromatic Colors of #B23C0A
Black with #B23C0A
Text Example
Text Example
White with #B23C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C0A; }
p { color: rgb(178,60,10); }
H1.HeaderClassName
{
color: #B23C0A;
}
.AnyTagClassName
{
color: #B23C0A;
}
</style>
background-color css
<style>
a { background-color: #B23C0A; }
a { background-color: rgb(178,60,10); }
div.DivClassName
{
background-color: #B23C0A;
}
.BgClassName
{
background-color: #B23C0A;
}
</style>
border-color css
<style>
span { border-color: #B23C0A; }
span { border-color: rgb(178,60,10); }
td.TdClassName
{
border-color: #B23C0A;
}
.TagClassName
{
border-color: #B23C0A;
}
</style>