Shades of Rust #B43901
Tints of Rust #B43901
RGB
CMYK
RGB Variations
Color information
#B43901 (or 0xB43901) is known color: Rust. HEX triplet: B4, 39 and 01. RGB value is (180,57,1). Sum of RGB (Red+Green+Blue) = 180+57+1=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B43901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43901 is #4BC6FE. Grayscale: #575757. Windows color (decimal): -4966143 or 80308. OLE color: 80308.
HSL color Cylindrical-coordinate representation of color #B43901: hue angle of 18.77º 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 #B43901 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.29 |
| HSL | 18.77º | 0.99% | 0.35% | - |
| HSV(B) | 18.77º | 0.99% | 0.71% | - |
| XYZ | 20.29 | 12.63 | 1.4 | - |
| YUV | 87.39 | 79.25 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 1 | 0 | 0.68 | 0.99 | 0.29 | 18.77 | 0.99 | 0.35 |
| Hex | B4 | 39 | 1 | 0 | 44 | 63 | 1D | 13 | 63 | 23 |
| Octal | 264 | 71 | 1 | 0 | 104 | 143 | 35 | 23 | 143 | 43 |
| Binary | 10110100 | 111001 | 1 | 0 | 1000100 | 1100011 | 11101 | 10011 | 1100011 | 100011 |
Color Harmonies of #B43901
Complementary color
Monochromatic Colors of #B43901
Black with #B43901
Text Example
Text Example
White with #B43901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43901; }
p { color: rgb(180,57,1); }
H1.HeaderClassName
{
color: #B43901;
}
.AnyTagClassName
{
color: #B43901;
}
</style>
background-color css
<style>
a { background-color: #B43901; }
a { background-color: rgb(180,57,1); }
div.DivClassName
{
background-color: #B43901;
}
.BgClassName
{
background-color: #B43901;
}
</style>
border-color css
<style>
span { border-color: #B43901; }
span { border-color: rgb(180,57,1); }
td.TdClassName
{
border-color: #B43901;
}
.TagClassName
{
border-color: #B43901;
}
</style>