Shades of Rust #B43508
Tints of Rust #B43508
RGB
CMYK
RGB Variations
Color information
#B43508 (or 0xB43508) is known color: Rust. HEX triplet: B4, 35 and 08. RGB value is (180,53,8). Sum of RGB (Red+Green+Blue) = 180+53+8=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B43508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43508 is #4BCAF7. Grayscale: #565656. Windows color (decimal): -4967160 or 538036. OLE color: 538036.
HSL color Cylindrical-coordinate representation of color #B43508: hue angle of 15.7º degrees, saturation: 0.91, 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 #B43508 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 53 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.29 |
| HSL | 15.7º | 0.91% | 0.37% | - |
| HSV(B) | 15.7º | 0.96% | 0.71% | - |
| XYZ | 20.14 | 12.27 | 1.54 | - |
| YUV | 85.84 | 84.08 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 8 | 0 | 0.71 | 0.96 | 0.29 | 15.7 | 0.91 | 0.37 |
| Hex | B4 | 35 | 8 | 0 | 47 | 60 | 1D | 10 | 5B | 25 |
| Octal | 264 | 65 | 10 | 0 | 107 | 140 | 35 | 20 | 133 | 45 |
| Binary | 10110100 | 110101 | 1000 | 0 | 1000111 | 1100000 | 11101 | 10000 | 1011011 | 100101 |
Color Harmonies of #B43508
Complementary color
Monochromatic Colors of #B43508
Black with #B43508
Text Example
Text Example
White with #B43508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43508; }
p { color: rgb(180,53,8); }
H1.HeaderClassName
{
color: #B43508;
}
.AnyTagClassName
{
color: #B43508;
}
</style>
background-color css
<style>
a { background-color: #B43508; }
a { background-color: rgb(180,53,8); }
div.DivClassName
{
background-color: #B43508;
}
.BgClassName
{
background-color: #B43508;
}
</style>
border-color css
<style>
span { border-color: #B43508; }
span { border-color: rgb(180,53,8); }
td.TdClassName
{
border-color: #B43508;
}
.TagClassName
{
border-color: #B43508;
}
</style>