Shades of Rust #B43101
Tints of Rust #B43101
RGB
CMYK
RGB Variations
Color information
#B43101 (or 0xB43101) is known color: Rust. HEX triplet: B4, 31 and 01. RGB value is (180,49,1). Sum of RGB (Red+Green+Blue) = 180+49+1=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B43101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43101 is #4BCEFE. Grayscale: #535353. Windows color (decimal): -4968191 or 78260. OLE color: 78260.
HSL color Cylindrical-coordinate representation of color #B43101: hue angle of 16.09º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B43101 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.29 |
| HSL | 16.09º | 0.99% | 0.35% | - |
| HSV(B) | 16.09º | 0.99% | 0.71% | - |
| XYZ | 19.93 | 11.9 | 1.28 | - |
| YUV | 82.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 1 | 0 | 0.73 | 0.99 | 0.29 | 16.09 | 0.99 | 0.35 |
| Hex | B4 | 31 | 1 | 0 | 49 | 63 | 1D | 10 | 63 | 23 |
| Octal | 264 | 61 | 1 | 0 | 111 | 143 | 35 | 20 | 143 | 43 |
| Binary | 10110100 | 110001 | 1 | 0 | 1001001 | 1100011 | 11101 | 10000 | 1100011 | 100011 |
Color Harmonies of #B43101
Complementary color
Monochromatic Colors of #B43101
Black with #B43101
Text Example
Text Example
White with #B43101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43101; }
p { color: rgb(180,49,1); }
H1.HeaderClassName
{
color: #B43101;
}
.AnyTagClassName
{
color: #B43101;
}
</style>
background-color css
<style>
a { background-color: #B43101; }
a { background-color: rgb(180,49,1); }
div.DivClassName
{
background-color: #B43101;
}
.BgClassName
{
background-color: #B43101;
}
</style>
border-color css
<style>
span { border-color: #B43101; }
span { border-color: rgb(180,49,1); }
td.TdClassName
{
border-color: #B43101;
}
.TagClassName
{
border-color: #B43101;
}
</style>