Shades of Rust #B23C0C
Tints of Rust #B23C0C
RGB
CMYK
RGB Variations
Color information
#B23C0C (or 0xB23C0C) is known color: Rust. HEX triplet: B2, 3C and 0C. RGB value is (178,60,12). Sum of RGB (Red+Green+Blue) = 178+60+12=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C0C is #4DC3F3. Grayscale: #5A5A5A. Windows color (decimal): -5096436 or 801970. OLE color: 801970.
HSL color Cylindrical-coordinate representation of color #B23C0C: hue angle of 17.35º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B23C0C is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 12 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.30 |
| HSL | 17.35º | 0.87% | 0.37% | - |
| HSV(B) | 17.35º | 0.93% | 0.7% | - |
| XYZ | 20.04 | 12.72 | 1.75 | - |
| YUV | 89.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 12 | 0 | 0.66 | 0.93 | 0.30 | 17.35 | 0.87 | 0.37 |
| Hex | B2 | 3C | C | 0 | 42 | 5D | 1E | 11 | 57 | 25 |
| Octal | 262 | 74 | 14 | 0 | 102 | 135 | 36 | 21 | 127 | 45 |
| Binary | 10110010 | 111100 | 1100 | 0 | 1000010 | 1011101 | 11110 | 10001 | 1010111 | 100101 |
Color Harmonies of #B23C0C
Complementary color
Monochromatic Colors of #B23C0C
Black with #B23C0C
Text Example
Text Example
White with #B23C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C0C; }
p { color: rgb(178,60,12); }
H1.HeaderClassName
{
color: #B23C0C;
}
.AnyTagClassName
{
color: #B23C0C;
}
</style>
background-color css
<style>
a { background-color: #B23C0C; }
a { background-color: rgb(178,60,12); }
div.DivClassName
{
background-color: #B23C0C;
}
.BgClassName
{
background-color: #B23C0C;
}
</style>
border-color css
<style>
span { border-color: #B23C0C; }
span { border-color: rgb(178,60,12); }
td.TdClassName
{
border-color: #B23C0C;
}
.TagClassName
{
border-color: #B23C0C;
}
</style>