Shades of Rust #B43301
Tints of Rust #B43301
RGB
CMYK
RGB Variations
Color information
#B43301 (or 0xB43301) is known color: Rust. HEX triplet: B4, 33 and 01. RGB value is (180,51,1). Sum of RGB (Red+Green+Blue) = 180+51+1=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B43301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43301 is #4BCCFE. Grayscale: #545454. Windows color (decimal): -4967679 or 78772. OLE color: 78772.
HSL color Cylindrical-coordinate representation of color #B43301: hue angle of 16.76º 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 #B43301 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.29 |
| HSL | 16.76º | 0.99% | 0.35% | - |
| HSV(B) | 16.76º | 0.99% | 0.71% | - |
| XYZ | 20.01 | 12.07 | 1.3 | - |
| YUV | 83.87 | 81.24 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 1 | 0 | 0.72 | 0.99 | 0.29 | 16.76 | 0.99 | 0.35 |
| Hex | B4 | 33 | 1 | 0 | 48 | 63 | 1D | 11 | 63 | 23 |
| Octal | 264 | 63 | 1 | 0 | 110 | 143 | 35 | 21 | 143 | 43 |
| Binary | 10110100 | 110011 | 1 | 0 | 1001000 | 1100011 | 11101 | 10001 | 1100011 | 100011 |
Color Harmonies of #B43301
Complementary color
Monochromatic Colors of #B43301
Black with #B43301
Text Example
Text Example
White with #B43301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43301; }
p { color: rgb(180,51,1); }
H1.HeaderClassName
{
color: #B43301;
}
.AnyTagClassName
{
color: #B43301;
}
</style>
background-color css
<style>
a { background-color: #B43301; }
a { background-color: rgb(180,51,1); }
div.DivClassName
{
background-color: #B43301;
}
.BgClassName
{
background-color: #B43301;
}
</style>
border-color css
<style>
span { border-color: #B43301; }
span { border-color: rgb(180,51,1); }
td.TdClassName
{
border-color: #B43301;
}
.TagClassName
{
border-color: #B43301;
}
</style>