Shades of Rust #B43008
Tints of Rust #B43008
RGB
CMYK
RGB Variations
Color information
#B43008 (or 0xB43008) is known color: Rust. HEX triplet: B4, 30 and 08. RGB value is (180,48,8). Sum of RGB (Red+Green+Blue) = 180+48+8=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B43008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43008 is #4BCFF7. Grayscale: #535353. Windows color (decimal): -4968440 or 536756. OLE color: 536756.
HSL color Cylindrical-coordinate representation of color #B43008: hue angle of 13.95º 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 #B43008 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.29 |
| HSL | 13.95º | 0.91% | 0.37% | - |
| HSV(B) | 13.95º | 0.96% | 0.71% | - |
| XYZ | 19.92 | 11.83 | 1.46 | - |
| YUV | 82.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 8 | 0 | 0.73 | 0.96 | 0.29 | 13.95 | 0.91 | 0.37 |
| Hex | B4 | 30 | 8 | 0 | 49 | 60 | 1D | E | 5B | 25 |
| Octal | 264 | 60 | 10 | 0 | 111 | 140 | 35 | 16 | 133 | 45 |
| Binary | 10110100 | 110000 | 1000 | 0 | 1001001 | 1100000 | 11101 | 1110 | 1011011 | 100101 |
Color Harmonies of #B43008
Complementary color
Monochromatic Colors of #B43008
Black with #B43008
Text Example
Text Example
White with #B43008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43008; }
p { color: rgb(180,48,8); }
H1.HeaderClassName
{
color: #B43008;
}
.AnyTagClassName
{
color: #B43008;
}
</style>
background-color css
<style>
a { background-color: #B43008; }
a { background-color: rgb(180,48,8); }
div.DivClassName
{
background-color: #B43008;
}
.BgClassName
{
background-color: #B43008;
}
</style>
border-color css
<style>
span { border-color: #B43008; }
span { border-color: rgb(180,48,8); }
td.TdClassName
{
border-color: #B43008;
}
.TagClassName
{
border-color: #B43008;
}
</style>