Shades of Rust #B23A1E
Tints of Rust #B23A1E
RGB
CMYK
RGB Variations
Color information
#B23A1E (or 0xB23A1E) is known color: Rust. HEX triplet: B2, 3A and 1E. RGB value is (178,58,30). Sum of RGB (Red+Green+Blue) = 178+58+30=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A1E is #4DC5E1. Grayscale: #5A5A5A. Windows color (decimal): -5096930 or 1981106. OLE color: 1981106.
HSL color Cylindrical-coordinate representation of color #B23A1E: hue angle of 11.35º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B23A1E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 30 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.30 |
| HSL | 11.35º | 0.71% | 0.41% | - |
| HSV(B) | 11.35º | 0.83% | 0.7% | - |
| XYZ | 20.11 | 12.58 | 2.6 | - |
| YUV | 90.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 30 | 0 | 0.67 | 0.83 | 0.30 | 11.35 | 0.71 | 0.41 |
| Hex | B2 | 3A | 1E | 0 | 43 | 53 | 1E | B | 47 | 29 |
| Octal | 262 | 72 | 36 | 0 | 103 | 123 | 36 | 13 | 107 | 51 |
| Binary | 10110010 | 111010 | 11110 | 0 | 1000011 | 1010011 | 11110 | 1011 | 1000111 | 101001 |
Color Harmonies of #B23A1E
Complementary color
Monochromatic Colors of #B23A1E
Black with #B23A1E
Text Example
Text Example
White with #B23A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A1E; }
p { color: rgb(178,58,30); }
H1.HeaderClassName
{
color: #B23A1E;
}
.AnyTagClassName
{
color: #B23A1E;
}
</style>
background-color css
<style>
a { background-color: #B23A1E; }
a { background-color: rgb(178,58,30); }
div.DivClassName
{
background-color: #B23A1E;
}
.BgClassName
{
background-color: #B23A1E;
}
</style>
border-color css
<style>
span { border-color: #B23A1E; }
span { border-color: rgb(178,58,30); }
td.TdClassName
{
border-color: #B23A1E;
}
.TagClassName
{
border-color: #B23A1E;
}
</style>