Shades of Rust #B23B1C
Tints of Rust #B23B1C
RGB
CMYK
RGB Variations
Color information
#B23B1C (or 0xB23B1C) is known color: Rust. HEX triplet: B2, 3B and 1C. RGB value is (178,59,28). Sum of RGB (Red+Green+Blue) = 178+59+28=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B1C is #4DC4E3. Grayscale: #5B5B5B. Windows color (decimal): -5096676 or 1850290. OLE color: 1850290.
HSL color Cylindrical-coordinate representation of color #B23B1C: hue angle of 12.4º 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 #B23B1C is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 28 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.30 |
| HSL | 12.4º | 0.73% | 0.4% | - |
| HSV(B) | 12.4º | 0.84% | 0.7% | - |
| XYZ | 20.13 | 12.68 | 2.48 | - |
| YUV | 91.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 28 | 0 | 0.67 | 0.84 | 0.30 | 12.4 | 0.73 | 0.4 |
| Hex | B2 | 3B | 1C | 0 | 43 | 54 | 1E | C | 49 | 28 |
| Octal | 262 | 73 | 34 | 0 | 103 | 124 | 36 | 14 | 111 | 50 |
| Binary | 10110010 | 111011 | 11100 | 0 | 1000011 | 1010100 | 11110 | 1100 | 1001001 | 101000 |
Color Harmonies of #B23B1C
Complementary color
Monochromatic Colors of #B23B1C
Black with #B23B1C
Text Example
Text Example
White with #B23B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B1C; }
p { color: rgb(178,59,28); }
H1.HeaderClassName
{
color: #B23B1C;
}
.AnyTagClassName
{
color: #B23B1C;
}
</style>
background-color css
<style>
a { background-color: #B23B1C; }
a { background-color: rgb(178,59,28); }
div.DivClassName
{
background-color: #B23B1C;
}
.BgClassName
{
background-color: #B23B1C;
}
</style>
border-color css
<style>
span { border-color: #B23B1C; }
span { border-color: rgb(178,59,28); }
td.TdClassName
{
border-color: #B23B1C;
}
.TagClassName
{
border-color: #B23B1C;
}
</style>