Shades of Rust #B23F1C
Tints of Rust #B23F1C
RGB
CMYK
RGB Variations
Color information
#B23F1C (or 0xB23F1C) is known color: Rust. HEX triplet: B2, 3F and 1C. RGB value is (178,63,28). Sum of RGB (Red+Green+Blue) = 178+63+28=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23F1C is #4DC0E3. Grayscale: #5D5D5D. Windows color (decimal): -5095652 or 1851314. OLE color: 1851314.
HSL color Cylindrical-coordinate representation of color #B23F1C: hue angle of 14º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B23F1C is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 28 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.30 |
| HSL | 14º | 0.73% | 0.4% | - |
| HSV(B) | 14º | 0.84% | 0.7% | - |
| XYZ | 20.35 | 13.1 | 2.56 | - |
| YUV | 93.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 28 | 0 | 0.65 | 0.84 | 0.30 | 14 | 0.73 | 0.4 |
| Hex | B2 | 3F | 1C | 0 | 41 | 54 | 1E | E | 49 | 28 |
| Octal | 262 | 77 | 34 | 0 | 101 | 124 | 36 | 16 | 111 | 50 |
| Binary | 10110010 | 111111 | 11100 | 0 | 1000001 | 1010100 | 11110 | 1110 | 1001001 | 101000 |
Color Harmonies of #B23F1C
Complementary color
Monochromatic Colors of #B23F1C
Black with #B23F1C
Text Example
Text Example
White with #B23F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F1C; }
p { color: rgb(178,63,28); }
H1.HeaderClassName
{
color: #B23F1C;
}
.AnyTagClassName
{
color: #B23F1C;
}
</style>
background-color css
<style>
a { background-color: #B23F1C; }
a { background-color: rgb(178,63,28); }
div.DivClassName
{
background-color: #B23F1C;
}
.BgClassName
{
background-color: #B23F1C;
}
</style>
border-color css
<style>
span { border-color: #B23F1C; }
span { border-color: rgb(178,63,28); }
td.TdClassName
{
border-color: #B23F1C;
}
.TagClassName
{
border-color: #B23F1C;
}
</style>