Shades of Rust #B23D12
Tints of Rust #B23D12
RGB
CMYK
RGB Variations
Color information
#B23D12 (or 0xB23D12) is known color: Rust. HEX triplet: B2, 3D and 12. RGB value is (178,61,18). Sum of RGB (Red+Green+Blue) = 178+61+18=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D12 is #4DC2ED. Grayscale: #5B5B5B. Windows color (decimal): -5096174 or 1195442. OLE color: 1195442.
HSL color Cylindrical-coordinate representation of color #B23D12: hue angle of 16.12º 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 #B23D12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.30 |
| HSL | 16.13º | 0.82% | 0.38% | - |
| HSV(B) | 16.13º | 0.9% | 0.7% | - |
| XYZ | 20.14 | 12.85 | 1.99 | - |
| YUV | 91.08 | 86.76 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 18 | 0 | 0.66 | 0.90 | 0.30 | 16.13 | 0.82 | 0.38 |
| Hex | B2 | 3D | 12 | 0 | 42 | 5A | 1E | 10 | 52 | 26 |
| Octal | 262 | 75 | 22 | 0 | 102 | 132 | 36 | 20 | 122 | 46 |
| Binary | 10110010 | 111101 | 10010 | 0 | 1000010 | 1011010 | 11110 | 10000 | 1010010 | 100110 |
Color Harmonies of #B23D12
Complementary color
Monochromatic Colors of #B23D12
Black with #B23D12
Text Example
Text Example
White with #B23D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D12; }
p { color: rgb(178,61,18); }
H1.HeaderClassName
{
color: #B23D12;
}
.AnyTagClassName
{
color: #B23D12;
}
</style>
background-color css
<style>
a { background-color: #B23D12; }
a { background-color: rgb(178,61,18); }
div.DivClassName
{
background-color: #B23D12;
}
.BgClassName
{
background-color: #B23D12;
}
</style>
border-color css
<style>
span { border-color: #B23D12; }
span { border-color: rgb(178,61,18); }
td.TdClassName
{
border-color: #B23D12;
}
.TagClassName
{
border-color: #B23D12;
}
</style>