Shades of Rust #B23F10
Tints of Rust #B23F10
RGB
CMYK
RGB Variations
Color information
#B23F10 (or 0xB23F10) is known color: Rust. HEX triplet: B2, 3F and 10. RGB value is (178,63,16). Sum of RGB (Red+Green+Blue) = 178+63+16=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F10 is #4DC0EF. Grayscale: #5C5C5C. Windows color (decimal): -5095664 or 1064882. OLE color: 1064882.
HSL color Cylindrical-coordinate representation of color #B23F10: hue angle of 17.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B23F10 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 16 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.30 |
| HSL | 17.41º | 0.84% | 0.38% | - |
| HSV(B) | 17.41º | 0.91% | 0.7% | - |
| XYZ | 20.23 | 13.06 | 1.94 | - |
| YUV | 92.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 16 | 0 | 0.65 | 0.91 | 0.30 | 17.41 | 0.84 | 0.38 |
| Hex | B2 | 3F | 10 | 0 | 41 | 5B | 1E | 11 | 54 | 26 |
| Octal | 262 | 77 | 20 | 0 | 101 | 133 | 36 | 21 | 124 | 46 |
| Binary | 10110010 | 111111 | 10000 | 0 | 1000001 | 1011011 | 11110 | 10001 | 1010100 | 100110 |
Color Harmonies of #B23F10
Complementary color
Monochromatic Colors of #B23F10
Black with #B23F10
Text Example
Text Example
White with #B23F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F10; }
p { color: rgb(178,63,16); }
H1.HeaderClassName
{
color: #B23F10;
}
.AnyTagClassName
{
color: #B23F10;
}
</style>
background-color css
<style>
a { background-color: #B23F10; }
a { background-color: rgb(178,63,16); }
div.DivClassName
{
background-color: #B23F10;
}
.BgClassName
{
background-color: #B23F10;
}
</style>
border-color css
<style>
span { border-color: #B23F10; }
span { border-color: rgb(178,63,16); }
td.TdClassName
{
border-color: #B23F10;
}
.TagClassName
{
border-color: #B23F10;
}
</style>