Shades of Rust #B23D1C
Tints of Rust #B23D1C
RGB
CMYK
RGB Variations
Color information
#B23D1C (or 0xB23D1C) is known color: Rust. HEX triplet: B2, 3D and 1C. RGB value is (178,61,28). Sum of RGB (Red+Green+Blue) = 178+61+28=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D1C is #4DC2E3. Grayscale: #5C5C5C. Windows color (decimal): -5096164 or 1850802. OLE color: 1850802.
HSL color Cylindrical-coordinate representation of color #B23D1C: hue angle of 13.2º 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 #B23D1C is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 28 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.30 |
| HSL | 13.2º | 0.73% | 0.4% | - |
| HSV(B) | 13.2º | 0.84% | 0.7% | - |
| XYZ | 20.24 | 12.89 | 2.52 | - |
| YUV | 92.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 28 | 0 | 0.66 | 0.84 | 0.30 | 13.2 | 0.73 | 0.4 |
| Hex | B2 | 3D | 1C | 0 | 42 | 54 | 1E | D | 49 | 28 |
| Octal | 262 | 75 | 34 | 0 | 102 | 124 | 36 | 15 | 111 | 50 |
| Binary | 10110010 | 111101 | 11100 | 0 | 1000010 | 1010100 | 11110 | 1101 | 1001001 | 101000 |
Color Harmonies of #B23D1C
Complementary color
Monochromatic Colors of #B23D1C
Black with #B23D1C
Text Example
Text Example
White with #B23D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D1C; }
p { color: rgb(178,61,28); }
H1.HeaderClassName
{
color: #B23D1C;
}
.AnyTagClassName
{
color: #B23D1C;
}
</style>
background-color css
<style>
a { background-color: #B23D1C; }
a { background-color: rgb(178,61,28); }
div.DivClassName
{
background-color: #B23D1C;
}
.BgClassName
{
background-color: #B23D1C;
}
</style>
border-color css
<style>
span { border-color: #B23D1C; }
span { border-color: rgb(178,61,28); }
td.TdClassName
{
border-color: #B23D1C;
}
.TagClassName
{
border-color: #B23D1C;
}
</style>