Shades of Rust #B23B00
Tints of Rust #B23B00
RGB
CMYK
RGB Variations
Color information
#B23B00 (or 0xB23B00) is known color: Rust. HEX triplet: B2, 3B and 00. RGB value is (178,59,0). Sum of RGB (Red+Green+Blue) = 178+59+0=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B00 is #4DC4FF. Grayscale: #585858. Windows color (decimal): -5096704 or 15282. OLE color: 15282.
HSL color Cylindrical-coordinate representation of color #B23B00: hue angle of 19.89º 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 #B23B00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.30 |
| HSL | 19.89º | 1% | 0.35% | - |
| HSV(B) | 19.89º | 1% | 0.7% | - |
| XYZ | 19.92 | 12.59 | 1.38 | - |
| YUV | 87.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 0 | 0 | 0.67 | 1 | 0.30 | 19.89 | 1 | 0.35 |
| Hex | B2 | 3B | 0 | 0 | 43 | 64 | 1E | 14 | 64 | 23 |
| Octal | 262 | 73 | 0 | 0 | 103 | 144 | 36 | 24 | 144 | 43 |
| Binary | 10110010 | 111011 | 0 | 0 | 1000011 | 1100100 | 11110 | 10100 | 1100100 | 100011 |
Color Harmonies of #B23B00
Complementary color
Monochromatic Colors of #B23B00
Black with #B23B00
Text Example
Text Example
White with #B23B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B00; }
p { color: rgb(178,59,0); }
H1.HeaderClassName
{
color: #B23B00;
}
.AnyTagClassName
{
color: #B23B00;
}
</style>
background-color css
<style>
a { background-color: #B23B00; }
a { background-color: rgb(178,59,0); }
div.DivClassName
{
background-color: #B23B00;
}
.BgClassName
{
background-color: #B23B00;
}
</style>
border-color css
<style>
span { border-color: #B23B00; }
span { border-color: rgb(178,59,0); }
td.TdClassName
{
border-color: #B23B00;
}
.TagClassName
{
border-color: #B23B00;
}
</style>