Shades of Rust #B23D00
Tints of Rust #B23D00
RGB
CMYK
RGB Variations
Color information
#B23D00 (or 0xB23D00) is known color: Rust. HEX triplet: B2, 3D and 00. RGB value is (178,61,0). Sum of RGB (Red+Green+Blue) = 178+61+0=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D00 is #4DC2FF. Grayscale: #595959. Windows color (decimal): -5096192 or 15794. OLE color: 15794.
HSL color Cylindrical-coordinate representation of color #B23D00: hue angle of 20.56º 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 #B23D00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.30 |
| HSL | 20.56º | 1% | 0.35% | - |
| HSV(B) | 20.56º | 1% | 0.7% | - |
| XYZ | 20.03 | 12.8 | 1.42 | - |
| YUV | 89.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 0 | 0 | 0.66 | 1 | 0.30 | 20.56 | 1 | 0.35 |
| Hex | B2 | 3D | 0 | 0 | 42 | 64 | 1E | 15 | 64 | 23 |
| Octal | 262 | 75 | 0 | 0 | 102 | 144 | 36 | 25 | 144 | 43 |
| Binary | 10110010 | 111101 | 0 | 0 | 1000010 | 1100100 | 11110 | 10101 | 1100100 | 100011 |
Color Harmonies of #B23D00
Complementary color
Monochromatic Colors of #B23D00
Black with #B23D00
Text Example
Text Example
White with #B23D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D00; }
p { color: rgb(178,61,0); }
H1.HeaderClassName
{
color: #B23D00;
}
.AnyTagClassName
{
color: #B23D00;
}
</style>
background-color css
<style>
a { background-color: #B23D00; }
a { background-color: rgb(178,61,0); }
div.DivClassName
{
background-color: #B23D00;
}
.BgClassName
{
background-color: #B23D00;
}
</style>
border-color css
<style>
span { border-color: #B23D00; }
span { border-color: rgb(178,61,0); }
td.TdClassName
{
border-color: #B23D00;
}
.TagClassName
{
border-color: #B23D00;
}
</style>