Shades of Rust #B23F1D
Tints of Rust #B23F1D
RGB
CMYK
RGB Variations
Color information
#B23F1D (or 0xB23F1D) is known color: Rust. HEX triplet: B2, 3F and 1D. RGB value is (178,63,29). Sum of RGB (Red+Green+Blue) = 178+63+29=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23F1D is #4DC0E2. Grayscale: #5D5D5D. Windows color (decimal): -5095651 or 1916850. OLE color: 1916850.
HSL color Cylindrical-coordinate representation of color #B23F1D: hue angle of 13.69º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B23F1D is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 29 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.30 |
| HSL | 13.69º | 0.72% | 0.41% | - |
| HSV(B) | 13.69º | 0.84% | 0.7% | - |
| XYZ | 20.36 | 13.11 | 2.62 | - |
| YUV | 93.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 29 | 0 | 0.65 | 0.84 | 0.30 | 13.69 | 0.72 | 0.41 |
| Hex | B2 | 3F | 1D | 0 | 41 | 54 | 1E | E | 48 | 29 |
| Octal | 262 | 77 | 35 | 0 | 101 | 124 | 36 | 16 | 110 | 51 |
| Binary | 10110010 | 111111 | 11101 | 0 | 1000001 | 1010100 | 11110 | 1110 | 1001000 | 101001 |
Color Harmonies of #B23F1D
Complementary color
Monochromatic Colors of #B23F1D
Black with #B23F1D
Text Example
Text Example
White with #B23F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F1D; }
p { color: rgb(178,63,29); }
H1.HeaderClassName
{
color: #B23F1D;
}
.AnyTagClassName
{
color: #B23F1D;
}
</style>
background-color css
<style>
a { background-color: #B23F1D; }
a { background-color: rgb(178,63,29); }
div.DivClassName
{
background-color: #B23F1D;
}
.BgClassName
{
background-color: #B23F1D;
}
</style>
border-color css
<style>
span { border-color: #B23F1D; }
span { border-color: rgb(178,63,29); }
td.TdClassName
{
border-color: #B23F1D;
}
.TagClassName
{
border-color: #B23F1D;
}
</style>