Shades of Rust #B23501
Tints of Rust #B23501
RGB
CMYK
RGB Variations
Color information
#B23501 (or 0xB23501) is known color: Rust. HEX triplet: B2, 35 and 01. RGB value is (178,53,1). Sum of RGB (Red+Green+Blue) = 178+53+1=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B23501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23501 is #4DCAFE. Grayscale: #545454. Windows color (decimal): -5098239 or 79282. OLE color: 79282.
HSL color Cylindrical-coordinate representation of color #B23501: hue angle of 17.63º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B23501 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.30 |
| HSL | 17.63º | 0.99% | 0.35% | - |
| HSV(B) | 17.63º | 0.99% | 0.7% | - |
| XYZ | 19.64 | 12.01 | 1.31 | - |
| YUV | 84.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 1 | 0 | 0.70 | 0.99 | 0.30 | 17.63 | 0.99 | 0.35 |
| Hex | B2 | 35 | 1 | 0 | 46 | 63 | 1E | 12 | 63 | 23 |
| Octal | 262 | 65 | 1 | 0 | 106 | 143 | 36 | 22 | 143 | 43 |
| Binary | 10110010 | 110101 | 1 | 0 | 1000110 | 1100011 | 11110 | 10010 | 1100011 | 100011 |
Color Harmonies of #B23501
Complementary color
Monochromatic Colors of #B23501
Black with #B23501
Text Example
Text Example
White with #B23501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23501; }
p { color: rgb(178,53,1); }
H1.HeaderClassName
{
color: #B23501;
}
.AnyTagClassName
{
color: #B23501;
}
</style>
background-color css
<style>
a { background-color: #B23501; }
a { background-color: rgb(178,53,1); }
div.DivClassName
{
background-color: #B23501;
}
.BgClassName
{
background-color: #B23501;
}
</style>
border-color css
<style>
span { border-color: #B23501; }
span { border-color: rgb(178,53,1); }
td.TdClassName
{
border-color: #B23501;
}
.TagClassName
{
border-color: #B23501;
}
</style>