Shades of Rust #B12301
Tints of Rust #B12301
RGB
CMYK
RGB Variations
Color information
#B12301 (or 0xB12301) is known color: Rust. HEX triplet: B1, 23 and 01. RGB value is (177,35,1). Sum of RGB (Red+Green+Blue) = 177+35+1=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B12301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12301 is #4EDCFE. Grayscale: #494949. Windows color (decimal): -5168383 or 74673. OLE color: 74673.
HSL color Cylindrical-coordinate representation of color #B12301: hue angle of 11.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B12301 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.31 |
| HSL | 11.59º | 0.99% | 0.35% | - |
| HSV(B) | 11.59º | 0.99% | 0.69% | - |
| XYZ | 18.74 | 10.55 | 1.08 | - |
| YUV | 73.58 | 87.04 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 1 | 0 | 0.80 | 0.99 | 0.31 | 11.59 | 0.99 | 0.35 |
| Hex | B1 | 23 | 1 | 0 | 50 | 63 | 1F | C | 63 | 23 |
| Octal | 261 | 43 | 1 | 0 | 120 | 143 | 37 | 14 | 143 | 43 |
| Binary | 10110001 | 100011 | 1 | 0 | 1010000 | 1100011 | 11111 | 1100 | 1100011 | 100011 |
Color Harmonies of #B12301
Complementary color
Monochromatic Colors of #B12301
Black with #B12301
Text Example
Text Example
White with #B12301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12301; }
p { color: rgb(177,35,1); }
H1.HeaderClassName
{
color: #B12301;
}
.AnyTagClassName
{
color: #B12301;
}
</style>
background-color css
<style>
a { background-color: #B12301; }
a { background-color: rgb(177,35,1); }
div.DivClassName
{
background-color: #B12301;
}
.BgClassName
{
background-color: #B12301;
}
</style>
border-color css
<style>
span { border-color: #B12301; }
span { border-color: rgb(177,35,1); }
td.TdClassName
{
border-color: #B12301;
}
.TagClassName
{
border-color: #B12301;
}
</style>