Shades of Rust #B43E08
Tints of Rust #B43E08
RGB
CMYK
RGB Variations
Color information
#B43E08 (or 0xB43E08) is known color: Rust. HEX triplet: B4, 3E and 08. RGB value is (180,62,8). Sum of RGB (Red+Green+Blue) = 180+62+8=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43E08 is #4BC1F7. Grayscale: #5B5B5B. Windows color (decimal): -4964856 or 540340. OLE color: 540340.
HSL color Cylindrical-coordinate representation of color #B43E08: hue angle of 18.84º 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 #B43E08 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.29 |
| HSL | 18.84º | 0.91% | 0.37% | - |
| HSV(B) | 18.84º | 0.96% | 0.71% | - |
| XYZ | 20.59 | 13.17 | 1.69 | - |
| YUV | 91.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 8 | 0 | 0.66 | 0.96 | 0.29 | 18.84 | 0.91 | 0.37 |
| Hex | B4 | 3E | 8 | 0 | 42 | 60 | 1D | 13 | 5B | 25 |
| Octal | 264 | 76 | 10 | 0 | 102 | 140 | 35 | 23 | 133 | 45 |
| Binary | 10110100 | 111110 | 1000 | 0 | 1000010 | 1100000 | 11101 | 10011 | 1011011 | 100101 |
Color Harmonies of #B43E08
Complementary color
Monochromatic Colors of #B43E08
Black with #B43E08
Text Example
Text Example
White with #B43E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E08; }
p { color: rgb(180,62,8); }
H1.HeaderClassName
{
color: #B43E08;
}
.AnyTagClassName
{
color: #B43E08;
}
</style>
background-color css
<style>
a { background-color: #B43E08; }
a { background-color: rgb(180,62,8); }
div.DivClassName
{
background-color: #B43E08;
}
.BgClassName
{
background-color: #B43E08;
}
</style>
border-color css
<style>
span { border-color: #B43E08; }
span { border-color: rgb(180,62,8); }
td.TdClassName
{
border-color: #B43E08;
}
.TagClassName
{
border-color: #B43E08;
}
</style>