Shades of Rust #B23C1E
Tints of Rust #B23C1E
RGB
CMYK
RGB Variations
Color information
#B23C1E (or 0xB23C1E) is known color: Rust. HEX triplet: B2, 3C and 1E. RGB value is (178,60,30). Sum of RGB (Red+Green+Blue) = 178+60+30=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C1E is #4DC3E1. Grayscale: #5C5C5C. Windows color (decimal): -5096418 or 1981618. OLE color: 1981618.
HSL color Cylindrical-coordinate representation of color #B23C1E: hue angle of 12.16º 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 #B23C1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 30 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.30 |
| HSL | 12.16º | 0.71% | 0.41% | - |
| HSV(B) | 12.16º | 0.83% | 0.7% | - |
| XYZ | 20.21 | 12.79 | 2.63 | - |
| YUV | 91.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 30 | 0 | 0.66 | 0.83 | 0.30 | 12.16 | 0.71 | 0.41 |
| Hex | B2 | 3C | 1E | 0 | 42 | 53 | 1E | C | 47 | 29 |
| Octal | 262 | 74 | 36 | 0 | 102 | 123 | 36 | 14 | 107 | 51 |
| Binary | 10110010 | 111100 | 11110 | 0 | 1000010 | 1010011 | 11110 | 1100 | 1000111 | 101001 |
Color Harmonies of #B23C1E
Complementary color
Monochromatic Colors of #B23C1E
Black with #B23C1E
Text Example
Text Example
White with #B23C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C1E; }
p { color: rgb(178,60,30); }
H1.HeaderClassName
{
color: #B23C1E;
}
.AnyTagClassName
{
color: #B23C1E;
}
</style>
background-color css
<style>
a { background-color: #B23C1E; }
a { background-color: rgb(178,60,30); }
div.DivClassName
{
background-color: #B23C1E;
}
.BgClassName
{
background-color: #B23C1E;
}
</style>
border-color css
<style>
span { border-color: #B23C1E; }
span { border-color: rgb(178,60,30); }
td.TdClassName
{
border-color: #B23C1E;
}
.TagClassName
{
border-color: #B23C1E;
}
</style>