Shades of Rust #B43601
Tints of Rust #B43601
RGB
CMYK
RGB Variations
Color information
#B43601 (or 0xB43601) is known color: Rust. HEX triplet: B4, 36 and 01. RGB value is (180,54,1). Sum of RGB (Red+Green+Blue) = 180+54+1=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B43601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43601 is #4BC9FE. Grayscale: #555555. Windows color (decimal): -4966911 or 79540. OLE color: 79540.
HSL color Cylindrical-coordinate representation of color #B43601: hue angle of 17.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 #B43601 is Cyan = 0, Magento = 0.7, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 1 | - |
| CMYK | 0 | 0.7 | 0.99 | 0.29 |
| HSL | 17.77º | 0.99% | 0.35% | - |
| HSV(B) | 17.77º | 0.99% | 0.71% | - |
| XYZ | 20.15 | 12.34 | 1.35 | - |
| YUV | 85.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 1 | 0 | 0.7 | 0.99 | 0.29 | 17.77 | 0.99 | 0.35 |
| Hex | B4 | 36 | 1 | 0 | 46 | 63 | 1D | 12 | 63 | 23 |
| Octal | 264 | 66 | 1 | 0 | 106 | 143 | 35 | 22 | 143 | 43 |
| Binary | 10110100 | 110110 | 1 | 0 | 1000110 | 1100011 | 11101 | 10010 | 1100011 | 100011 |
Color Harmonies of #B43601
Complementary color
Monochromatic Colors of #B43601
Black with #B43601
Text Example
Text Example
White with #B43601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43601; }
p { color: rgb(180,54,1); }
H1.HeaderClassName
{
color: #B43601;
}
.AnyTagClassName
{
color: #B43601;
}
</style>
background-color css
<style>
a { background-color: #B43601; }
a { background-color: rgb(180,54,1); }
div.DivClassName
{
background-color: #B43601;
}
.BgClassName
{
background-color: #B43601;
}
</style>
border-color css
<style>
span { border-color: #B43601; }
span { border-color: rgb(180,54,1); }
td.TdClassName
{
border-color: #B43601;
}
.TagClassName
{
border-color: #B43601;
}
</style>