Shades of Rust #B23000
Tints of Rust #B23000
RGB
CMYK
RGB Variations
Color information
#B23000 (or 0xB23000) is known color: Rust. HEX triplet: B2, 30 and 00. RGB value is (178,48,0). Sum of RGB (Red+Green+Blue) = 178+48+0=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B23000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23000 is #4DCFFF. Grayscale: #515151. Windows color (decimal): -5099520 or 12466. OLE color: 12466.
HSL color Cylindrical-coordinate representation of color #B23000: hue angle of 16.18º 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 #B23000 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.30 |
| HSL | 16.18º | 1% | 0.35% | - |
| HSV(B) | 16.18º | 1% | 0.7% | - |
| XYZ | 19.42 | 11.58 | 1.21 | - |
| YUV | 81.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 0 | 0 | 0.73 | 1 | 0.30 | 16.18 | 1 | 0.35 |
| Hex | B2 | 30 | 0 | 0 | 49 | 64 | 1E | 10 | 64 | 23 |
| Octal | 262 | 60 | 0 | 0 | 111 | 144 | 36 | 20 | 144 | 43 |
| Binary | 10110010 | 110000 | 0 | 0 | 1001001 | 1100100 | 11110 | 10000 | 1100100 | 100011 |
Color Harmonies of #B23000
Complementary color
Monochromatic Colors of #B23000
Black with #B23000
Text Example
Text Example
White with #B23000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23000; }
p { color: rgb(178,48,0); }
H1.HeaderClassName
{
color: #B23000;
}
.AnyTagClassName
{
color: #B23000;
}
</style>
background-color css
<style>
a { background-color: #B23000; }
a { background-color: rgb(178,48,0); }
div.DivClassName
{
background-color: #B23000;
}
.BgClassName
{
background-color: #B23000;
}
</style>
border-color css
<style>
span { border-color: #B23000; }
span { border-color: rgb(178,48,0); }
td.TdClassName
{
border-color: #B23000;
}
.TagClassName
{
border-color: #B23000;
}
</style>