Shades of Rust #B23607
Tints of Rust #B23607
RGB
CMYK
RGB Variations
Color information
#B23607 (or 0xB23607) is known color: Rust. HEX triplet: B2, 36 and 07. RGB value is (178,54,7). Sum of RGB (Red+Green+Blue) = 178+54+7=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B23607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23607 is #4DC9F8. Grayscale: #565656. Windows color (decimal): -5097977 or 472754. OLE color: 472754.
HSL color Cylindrical-coordinate representation of color #B23607: hue angle of 16.49º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B23607 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.30 |
| HSL | 16.49º | 0.92% | 0.36% | - |
| HSV(B) | 16.49º | 0.96% | 0.7% | - |
| XYZ | 19.72 | 12.12 | 1.5 | - |
| YUV | 85.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 7 | 0 | 0.70 | 0.96 | 0.30 | 16.49 | 0.92 | 0.36 |
| Hex | B2 | 36 | 7 | 0 | 46 | 60 | 1E | 10 | 5C | 24 |
| Octal | 262 | 66 | 7 | 0 | 106 | 140 | 36 | 20 | 134 | 44 |
| Binary | 10110010 | 110110 | 111 | 0 | 1000110 | 1100000 | 11110 | 10000 | 1011100 | 100100 |
Color Harmonies of #B23607
Complementary color
Monochromatic Colors of #B23607
Black with #B23607
Text Example
Text Example
White with #B23607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23607; }
p { color: rgb(178,54,7); }
H1.HeaderClassName
{
color: #B23607;
}
.AnyTagClassName
{
color: #B23607;
}
</style>
background-color css
<style>
a { background-color: #B23607; }
a { background-color: rgb(178,54,7); }
div.DivClassName
{
background-color: #B23607;
}
.BgClassName
{
background-color: #B23607;
}
</style>
border-color css
<style>
span { border-color: #B23607; }
span { border-color: rgb(178,54,7); }
td.TdClassName
{
border-color: #B23607;
}
.TagClassName
{
border-color: #B23607;
}
</style>