Shades of Rust #B23301
Tints of Rust #B23301
RGB
CMYK
RGB Variations
Color information
#B23301 (or 0xB23301) is known color: Rust. HEX triplet: B2, 33 and 01. RGB value is (178,51,1). Sum of RGB (Red+Green+Blue) = 178+51+1=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B23301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23301 is #4DCCFE. Grayscale: #535353. Windows color (decimal): -5098751 or 78770. OLE color: 78770.
HSL color Cylindrical-coordinate representation of color #B23301: hue angle of 16.95º 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 #B23301 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.30 |
| HSL | 16.95º | 0.99% | 0.35% | - |
| HSV(B) | 16.95º | 0.99% | 0.7% | - |
| XYZ | 19.55 | 11.83 | 1.28 | - |
| YUV | 83.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 1 | 0 | 0.71 | 0.99 | 0.30 | 16.95 | 0.99 | 0.35 |
| Hex | B2 | 33 | 1 | 0 | 47 | 63 | 1E | 11 | 63 | 23 |
| Octal | 262 | 63 | 1 | 0 | 107 | 143 | 36 | 21 | 143 | 43 |
| Binary | 10110010 | 110011 | 1 | 0 | 1000111 | 1100011 | 11110 | 10001 | 1100011 | 100011 |
Color Harmonies of #B23301
Complementary color
Monochromatic Colors of #B23301
Black with #B23301
Text Example
Text Example
White with #B23301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23301; }
p { color: rgb(178,51,1); }
H1.HeaderClassName
{
color: #B23301;
}
.AnyTagClassName
{
color: #B23301;
}
</style>
background-color css
<style>
a { background-color: #B23301; }
a { background-color: rgb(178,51,1); }
div.DivClassName
{
background-color: #B23301;
}
.BgClassName
{
background-color: #B23301;
}
</style>
border-color css
<style>
span { border-color: #B23301; }
span { border-color: rgb(178,51,1); }
td.TdClassName
{
border-color: #B23301;
}
.TagClassName
{
border-color: #B23301;
}
</style>