Shades of Rust #B3400A
Tints of Rust #B3400A
RGB
CMYK
RGB Variations
Color information
#B3400A (or 0xB3400A) is known color: Rust. HEX triplet: B3, 40 and 0A. RGB value is (179,64,10). Sum of RGB (Red+Green+Blue) = 179+64+10=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B3400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3400A is #4CBFF5. Grayscale: #5C5C5C. Windows color (decimal): -5029878 or 671923. OLE color: 671923.
HSL color Cylindrical-coordinate representation of color #B3400A: hue angle of 19.17º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3400A is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 10 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.30 |
| HSL | 19.17º | 0.89% | 0.37% | - |
| HSV(B) | 19.17º | 0.94% | 0.7% | - |
| XYZ | 20.48 | 13.27 | 1.77 | - |
| YUV | 92.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 10 | 0 | 0.64 | 0.94 | 0.30 | 19.17 | 0.89 | 0.37 |
| Hex | B3 | 40 | A | 0 | 40 | 5E | 1E | 13 | 59 | 25 |
| Octal | 263 | 100 | 12 | 0 | 100 | 136 | 36 | 23 | 131 | 45 |
| Binary | 10110011 | 1000000 | 1010 | 0 | 1000000 | 1011110 | 11110 | 10011 | 1011001 | 100101 |
Color Harmonies of #B3400A
Complementary color
Monochromatic Colors of #B3400A
Black with #B3400A
Text Example
Text Example
White with #B3400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3400A; }
p { color: rgb(179,64,10); }
H1.HeaderClassName
{
color: #B3400A;
}
.AnyTagClassName
{
color: #B3400A;
}
</style>
background-color css
<style>
a { background-color: #B3400A; }
a { background-color: rgb(179,64,10); }
div.DivClassName
{
background-color: #B3400A;
}
.BgClassName
{
background-color: #B3400A;
}
</style>
border-color css
<style>
span { border-color: #B3400A; }
span { border-color: rgb(179,64,10); }
td.TdClassName
{
border-color: #B3400A;
}
.TagClassName
{
border-color: #B3400A;
}
</style>