Shades of Rust #B34000
Tints of Rust #B34000
RGB
CMYK
RGB Variations
Color information
#B34000 (or 0xB34000) is known color: Rust. HEX triplet: B3, 40 and 00. RGB value is (179,64,0). Sum of RGB (Red+Green+Blue) = 179+64+0=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B34000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34000 is #4CBFFF. Grayscale: #5B5B5B. Windows color (decimal): -5029888 or 16563. OLE color: 16563.
HSL color Cylindrical-coordinate representation of color #B34000: hue angle of 21.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B34000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.30 |
| HSL | 21.45º | 1% | 0.35% | - |
| HSV(B) | 21.45º | 1% | 0.7% | - |
| XYZ | 20.42 | 13.25 | 1.48 | - |
| YUV | 91.09 | 76.6 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 0 | 0 | 0.64 | 1 | 0.30 | 21.45 | 1 | 0.35 |
| Hex | B3 | 40 | 0 | 0 | 40 | 64 | 1E | 15 | 64 | 23 |
| Octal | 263 | 100 | 0 | 0 | 100 | 144 | 36 | 25 | 144 | 43 |
| Binary | 10110011 | 1000000 | 0 | 0 | 1000000 | 1100100 | 11110 | 10101 | 1100100 | 100011 |
Color Harmonies of #B34000
Complementary color
Monochromatic Colors of #B34000
Black with #B34000
Text Example
Text Example
White with #B34000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34000; }
p { color: rgb(179,64,0); }
H1.HeaderClassName
{
color: #B34000;
}
.AnyTagClassName
{
color: #B34000;
}
</style>
background-color css
<style>
a { background-color: #B34000; }
a { background-color: rgb(179,64,0); }
div.DivClassName
{
background-color: #B34000;
}
.BgClassName
{
background-color: #B34000;
}
</style>
border-color css
<style>
span { border-color: #B34000; }
span { border-color: rgb(179,64,0); }
td.TdClassName
{
border-color: #B34000;
}
.TagClassName
{
border-color: #B34000;
}
</style>