Shades of Rust #B43C01
Tints of Rust #B43C01
RGB
CMYK
RGB Variations
Color information
#B43C01 (or 0xB43C01) is known color: Rust. HEX triplet: B4, 3C and 01. RGB value is (180,60,1). Sum of RGB (Red+Green+Blue) = 180+60+1=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C01 is #4BC3FE. Grayscale: #595959. Windows color (decimal): -4965375 or 81076. OLE color: 81076.
HSL color Cylindrical-coordinate representation of color #B43C01: hue angle of 19.78º 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 #B43C01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.29 |
| HSL | 19.78º | 0.99% | 0.35% | - |
| HSV(B) | 19.78º | 0.99% | 0.71% | - |
| XYZ | 20.44 | 12.94 | 1.45 | - |
| YUV | 89.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 1 | 0 | 0.67 | 0.99 | 0.29 | 19.78 | 0.99 | 0.35 |
| Hex | B4 | 3C | 1 | 0 | 43 | 63 | 1D | 14 | 63 | 23 |
| Octal | 264 | 74 | 1 | 0 | 103 | 143 | 35 | 24 | 143 | 43 |
| Binary | 10110100 | 111100 | 1 | 0 | 1000011 | 1100011 | 11101 | 10100 | 1100011 | 100011 |
Color Harmonies of #B43C01
Complementary color
Monochromatic Colors of #B43C01
Black with #B43C01
Text Example
Text Example
White with #B43C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C01; }
p { color: rgb(180,60,1); }
H1.HeaderClassName
{
color: #B43C01;
}
.AnyTagClassName
{
color: #B43C01;
}
</style>
background-color css
<style>
a { background-color: #B43C01; }
a { background-color: rgb(180,60,1); }
div.DivClassName
{
background-color: #B43C01;
}
.BgClassName
{
background-color: #B43C01;
}
</style>
border-color css
<style>
span { border-color: #B43C01; }
span { border-color: rgb(180,60,1); }
td.TdClassName
{
border-color: #B43C01;
}
.TagClassName
{
border-color: #B43C01;
}
</style>