Shades of Rust #B23714
Tints of Rust #B23714
RGB
CMYK
RGB Variations
Color information
#B23714 (or 0xB23714) is known color: Rust. HEX triplet: B2, 37 and 14. RGB value is (178,55,20). Sum of RGB (Red+Green+Blue) = 178+55+20=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B23714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23714 is #4DC8EB. Grayscale: #585858. Windows color (decimal): -5097708 or 1324978. OLE color: 1324978.
HSL color Cylindrical-coordinate representation of color #B23714: hue angle of 13.29º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B23714 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.30 |
| HSL | 13.29º | 0.8% | 0.39% | - |
| HSV(B) | 13.29º | 0.89% | 0.7% | - |
| XYZ | 19.85 | 12.25 | 1.98 | - |
| YUV | 87.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 20 | 0 | 0.69 | 0.89 | 0.30 | 13.29 | 0.8 | 0.39 |
| Hex | B2 | 37 | 14 | 0 | 45 | 59 | 1E | D | 50 | 27 |
| Octal | 262 | 67 | 24 | 0 | 105 | 131 | 36 | 15 | 120 | 47 |
| Binary | 10110010 | 110111 | 10100 | 0 | 1000101 | 1011001 | 11110 | 1101 | 1010000 | 100111 |
Color Harmonies of #B23714
Complementary color
Monochromatic Colors of #B23714
Black with #B23714
Text Example
Text Example
White with #B23714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23714; }
p { color: rgb(178,55,20); }
H1.HeaderClassName
{
color: #B23714;
}
.AnyTagClassName
{
color: #B23714;
}
</style>
background-color css
<style>
a { background-color: #B23714; }
a { background-color: rgb(178,55,20); }
div.DivClassName
{
background-color: #B23714;
}
.BgClassName
{
background-color: #B23714;
}
</style>
border-color css
<style>
span { border-color: #B23714; }
span { border-color: rgb(178,55,20); }
td.TdClassName
{
border-color: #B23714;
}
.TagClassName
{
border-color: #B23714;
}
</style>