Shades of Rust #B43307
Tints of Rust #B43307
RGB
CMYK
RGB Variations
Color information
#B43307 (or 0xB43307) is known color: Rust. HEX triplet: B4, 33 and 07. RGB value is (180,51,7). Sum of RGB (Red+Green+Blue) = 180+51+7=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B43307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43307 is #4BCCF8. Grayscale: #545454. Windows color (decimal): -4967673 or 471988. OLE color: 471988.
HSL color Cylindrical-coordinate representation of color #B43307: hue angle of 15.26º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B43307 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.29 |
| HSL | 15.26º | 0.93% | 0.37% | - |
| HSV(B) | 15.26º | 0.96% | 0.71% | - |
| XYZ | 20.04 | 12.09 | 1.48 | - |
| YUV | 84.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 7 | 0 | 0.72 | 0.96 | 0.29 | 15.26 | 0.93 | 0.37 |
| Hex | B4 | 33 | 7 | 0 | 48 | 60 | 1D | F | 5D | 25 |
| Octal | 264 | 63 | 7 | 0 | 110 | 140 | 35 | 17 | 135 | 45 |
| Binary | 10110100 | 110011 | 111 | 0 | 1001000 | 1100000 | 11101 | 1111 | 1011101 | 100101 |
Color Harmonies of #B43307
Complementary color
Monochromatic Colors of #B43307
Black with #B43307
Text Example
Text Example
White with #B43307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43307; }
p { color: rgb(180,51,7); }
H1.HeaderClassName
{
color: #B43307;
}
.AnyTagClassName
{
color: #B43307;
}
</style>
background-color css
<style>
a { background-color: #B43307; }
a { background-color: rgb(180,51,7); }
div.DivClassName
{
background-color: #B43307;
}
.BgClassName
{
background-color: #B43307;
}
</style>
border-color css
<style>
span { border-color: #B43307; }
span { border-color: rgb(180,51,7); }
td.TdClassName
{
border-color: #B43307;
}
.TagClassName
{
border-color: #B43307;
}
</style>