Shades of Rust #B23C1B
Tints of Rust #B23C1B
RGB
CMYK
RGB Variations
Color information
#B23C1B (or 0xB23C1B) is known color: Rust. HEX triplet: B2, 3C and 1B. RGB value is (178,60,27). Sum of RGB (Red+Green+Blue) = 178+60+27=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C1B is #4DC3E4. Grayscale: #5B5B5B. Windows color (decimal): -5096421 or 1785010. OLE color: 1785010.
HSL color Cylindrical-coordinate representation of color #B23C1B: hue angle of 13.11º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B23C1B is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 27 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.30 |
| HSL | 13.11º | 0.74% | 0.4% | - |
| HSV(B) | 13.11º | 0.85% | 0.7% | - |
| XYZ | 20.17 | 12.78 | 2.44 | - |
| YUV | 91.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 27 | 0 | 0.66 | 0.85 | 0.30 | 13.11 | 0.74 | 0.4 |
| Hex | B2 | 3C | 1B | 0 | 42 | 55 | 1E | D | 4A | 28 |
| Octal | 262 | 74 | 33 | 0 | 102 | 125 | 36 | 15 | 112 | 50 |
| Binary | 10110010 | 111100 | 11011 | 0 | 1000010 | 1010101 | 11110 | 1101 | 1001010 | 101000 |
Color Harmonies of #B23C1B
Complementary color
Monochromatic Colors of #B23C1B
Black with #B23C1B
Text Example
Text Example
White with #B23C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C1B; }
p { color: rgb(178,60,27); }
H1.HeaderClassName
{
color: #B23C1B;
}
.AnyTagClassName
{
color: #B23C1B;
}
</style>
background-color css
<style>
a { background-color: #B23C1B; }
a { background-color: rgb(178,60,27); }
div.DivClassName
{
background-color: #B23C1B;
}
.BgClassName
{
background-color: #B23C1B;
}
</style>
border-color css
<style>
span { border-color: #B23C1B; }
span { border-color: rgb(178,60,27); }
td.TdClassName
{
border-color: #B23C1B;
}
.TagClassName
{
border-color: #B23C1B;
}
</style>