Shades of Rust #B23F0E
Tints of Rust #B23F0E
RGB
CMYK
RGB Variations
Color information
#B23F0E (or 0xB23F0E) is known color: Rust. HEX triplet: B2, 3F and 0E. RGB value is (178,63,14). Sum of RGB (Red+Green+Blue) = 178+63+14=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F0E is #4DC0F1. Grayscale: #5C5C5C. Windows color (decimal): -5095666 or 933810. OLE color: 933810.
HSL color Cylindrical-coordinate representation of color #B23F0E: hue angle of 17.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B23F0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.30 |
| HSL | 17.93º | 0.85% | 0.38% | - |
| HSV(B) | 17.93º | 0.92% | 0.7% | - |
| XYZ | 20.22 | 13.05 | 1.87 | - |
| YUV | 91.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 14 | 0 | 0.65 | 0.92 | 0.30 | 17.93 | 0.85 | 0.38 |
| Hex | B2 | 3F | E | 0 | 41 | 5C | 1E | 12 | 55 | 26 |
| Octal | 262 | 77 | 16 | 0 | 101 | 134 | 36 | 22 | 125 | 46 |
| Binary | 10110010 | 111111 | 1110 | 0 | 1000001 | 1011100 | 11110 | 10010 | 1010101 | 100110 |
Color Harmonies of #B23F0E
Complementary color
Monochromatic Colors of #B23F0E
Black with #B23F0E
Text Example
Text Example
White with #B23F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F0E; }
p { color: rgb(178,63,14); }
H1.HeaderClassName
{
color: #B23F0E;
}
.AnyTagClassName
{
color: #B23F0E;
}
</style>
background-color css
<style>
a { background-color: #B23F0E; }
a { background-color: rgb(178,63,14); }
div.DivClassName
{
background-color: #B23F0E;
}
.BgClassName
{
background-color: #B23F0E;
}
</style>
border-color css
<style>
span { border-color: #B23F0E; }
span { border-color: rgb(178,63,14); }
td.TdClassName
{
border-color: #B23F0E;
}
.TagClassName
{
border-color: #B23F0E;
}
</style>