Shades of Rust #B23218
Tints of Rust #B23218
RGB
CMYK
RGB Variations
Color information
#B23218 (or 0xB23218) is known color: Rust. HEX triplet: B2, 32 and 18. RGB value is (178,50,24). Sum of RGB (Red+Green+Blue) = 178+50+24=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23218 is #4DCDE7. Grayscale: #555555. Windows color (decimal): -5098984 or 1585842. OLE color: 1585842.
HSL color Cylindrical-coordinate representation of color #B23218: hue angle of 10.13º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B23218 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 24 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.30 |
| HSL | 10.13º | 0.76% | 0.4% | - |
| HSV(B) | 10.13º | 0.87% | 0.7% | - |
| XYZ | 19.67 | 11.81 | 2.11 | - |
| YUV | 85.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 24 | 0 | 0.72 | 0.87 | 0.30 | 10.13 | 0.76 | 0.4 |
| Hex | B2 | 32 | 18 | 0 | 48 | 57 | 1E | A | 4C | 28 |
| Octal | 262 | 62 | 30 | 0 | 110 | 127 | 36 | 12 | 114 | 50 |
| Binary | 10110010 | 110010 | 11000 | 0 | 1001000 | 1010111 | 11110 | 1010 | 1001100 | 101000 |
Color Harmonies of #B23218
Complementary color
Monochromatic Colors of #B23218
Black with #B23218
Text Example
Text Example
White with #B23218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23218; }
p { color: rgb(178,50,24); }
H1.HeaderClassName
{
color: #B23218;
}
.AnyTagClassName
{
color: #B23218;
}
</style>
background-color css
<style>
a { background-color: #B23218; }
a { background-color: rgb(178,50,24); }
div.DivClassName
{
background-color: #B23218;
}
.BgClassName
{
background-color: #B23218;
}
</style>
border-color css
<style>
span { border-color: #B23218; }
span { border-color: rgb(178,50,24); }
td.TdClassName
{
border-color: #B23218;
}
.TagClassName
{
border-color: #B23218;
}
</style>