Shades of Rust #B23201
Tints of Rust #B23201
RGB
CMYK
RGB Variations
Color information
#B23201 (or 0xB23201) is known color: Rust. HEX triplet: B2, 32 and 01. RGB value is (178,50,1). Sum of RGB (Red+Green+Blue) = 178+50+1=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B23201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23201 is #4DCDFE. Grayscale: #535353. Windows color (decimal): -5099007 or 78514. OLE color: 78514.
HSL color Cylindrical-coordinate representation of color #B23201: hue angle of 16.61º 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 #B23201 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.30 |
| HSL | 16.61º | 0.99% | 0.35% | - |
| HSV(B) | 16.61º | 0.99% | 0.7% | - |
| XYZ | 19.51 | 11.75 | 1.27 | - |
| YUV | 82.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 1 | 0 | 0.72 | 0.99 | 0.30 | 16.61 | 0.99 | 0.35 |
| Hex | B2 | 32 | 1 | 0 | 48 | 63 | 1E | 11 | 63 | 23 |
| Octal | 262 | 62 | 1 | 0 | 110 | 143 | 36 | 21 | 143 | 43 |
| Binary | 10110010 | 110010 | 1 | 0 | 1001000 | 1100011 | 11110 | 10001 | 1100011 | 100011 |
Color Harmonies of #B23201
Complementary color
Monochromatic Colors of #B23201
Black with #B23201
Text Example
Text Example
White with #B23201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23201; }
p { color: rgb(178,50,1); }
H1.HeaderClassName
{
color: #B23201;
}
.AnyTagClassName
{
color: #B23201;
}
</style>
background-color css
<style>
a { background-color: #B23201; }
a { background-color: rgb(178,50,1); }
div.DivClassName
{
background-color: #B23201;
}
.BgClassName
{
background-color: #B23201;
}
</style>
border-color css
<style>
span { border-color: #B23201; }
span { border-color: rgb(178,50,1); }
td.TdClassName
{
border-color: #B23201;
}
.TagClassName
{
border-color: #B23201;
}
</style>