Shades of Rust #B23A12
Tints of Rust #B23A12
RGB
CMYK
RGB Variations
Color information
#B23A12 (or 0xB23A12) is known color: Rust. HEX triplet: B2, 3A and 12. RGB value is (178,58,18). Sum of RGB (Red+Green+Blue) = 178+58+18=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A12 is #4DC5ED. Grayscale: #595959. Windows color (decimal): -5096942 or 1194674. OLE color: 1194674.
HSL color Cylindrical-coordinate representation of color #B23A12: hue angle of 15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B23A12 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 18 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.30 |
| HSL | 15º | 0.82% | 0.38% | - |
| HSV(B) | 15º | 0.9% | 0.7% | - |
| XYZ | 19.98 | 12.53 | 1.94 | - |
| YUV | 89.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 18 | 0 | 0.67 | 0.90 | 0.30 | 15 | 0.82 | 0.38 |
| Hex | B2 | 3A | 12 | 0 | 43 | 5A | 1E | F | 52 | 26 |
| Octal | 262 | 72 | 22 | 0 | 103 | 132 | 36 | 17 | 122 | 46 |
| Binary | 10110010 | 111010 | 10010 | 0 | 1000011 | 1011010 | 11110 | 1111 | 1010010 | 100110 |
Color Harmonies of #B23A12
Complementary color
Monochromatic Colors of #B23A12
Black with #B23A12
Text Example
Text Example
White with #B23A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A12; }
p { color: rgb(178,58,18); }
H1.HeaderClassName
{
color: #B23A12;
}
.AnyTagClassName
{
color: #B23A12;
}
</style>
background-color css
<style>
a { background-color: #B23A12; }
a { background-color: rgb(178,58,18); }
div.DivClassName
{
background-color: #B23A12;
}
.BgClassName
{
background-color: #B23A12;
}
</style>
border-color css
<style>
span { border-color: #B23A12; }
span { border-color: rgb(178,58,18); }
td.TdClassName
{
border-color: #B23A12;
}
.TagClassName
{
border-color: #B23A12;
}
</style>