Shades of Rust #B23100
Tints of Rust #B23100
RGB
CMYK
RGB Variations
Color information
#B23100 (or 0xB23100) is known color: Rust. HEX triplet: B2, 31 and 00. RGB value is (178,49,0). Sum of RGB (Red+Green+Blue) = 178+49+0=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B23100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23100 is #4DCEFF. Grayscale: #525252. Windows color (decimal): -5099264 or 12722. OLE color: 12722.
HSL color Cylindrical-coordinate representation of color #B23100: hue angle of 16.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B23100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.30 |
| HSL | 16.52º | 1% | 0.35% | - |
| HSV(B) | 16.52º | 1% | 0.7% | - |
| XYZ | 19.46 | 11.66 | 1.23 | - |
| YUV | 81.99 | 81.74 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 0 | 0 | 0.72 | 1 | 0.30 | 16.52 | 1 | 0.35 |
| Hex | B2 | 31 | 0 | 0 | 48 | 64 | 1E | 11 | 64 | 23 |
| Octal | 262 | 61 | 0 | 0 | 110 | 144 | 36 | 21 | 144 | 43 |
| Binary | 10110010 | 110001 | 0 | 0 | 1001000 | 1100100 | 11110 | 10001 | 1100100 | 100011 |
Color Harmonies of #B23100
Complementary color
Monochromatic Colors of #B23100
Black with #B23100
Text Example
Text Example
White with #B23100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23100; }
p { color: rgb(178,49,0); }
H1.HeaderClassName
{
color: #B23100;
}
.AnyTagClassName
{
color: #B23100;
}
</style>
background-color css
<style>
a { background-color: #B23100; }
a { background-color: rgb(178,49,0); }
div.DivClassName
{
background-color: #B23100;
}
.BgClassName
{
background-color: #B23100;
}
</style>
border-color css
<style>
span { border-color: #B23100; }
span { border-color: rgb(178,49,0); }
td.TdClassName
{
border-color: #B23100;
}
.TagClassName
{
border-color: #B23100;
}
</style>