Shades of Rust #B3420A
Tints of Rust #B3420A
RGB
CMYK
RGB Variations
Color information
#B3420A (or 0xB3420A) is known color: Rust. HEX triplet: B3, 42 and 0A. RGB value is (179,66,10). Sum of RGB (Red+Green+Blue) = 179+66+10=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3420A is #4CBDF5. Grayscale: #5D5D5D. Windows color (decimal): -5029366 or 672435. OLE color: 672435.
HSL color Cylindrical-coordinate representation of color #B3420A: hue angle of 19.88º 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 #B3420A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.30 |
| HSL | 19.88º | 0.89% | 0.37% | - |
| HSV(B) | 19.88º | 0.94% | 0.7% | - |
| XYZ | 20.59 | 13.5 | 1.81 | - |
| YUV | 93.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 10 | 0 | 0.63 | 0.94 | 0.30 | 19.88 | 0.89 | 0.37 |
| Hex | B3 | 42 | A | 0 | 3F | 5E | 1E | 14 | 59 | 25 |
| Octal | 263 | 102 | 12 | 0 | 77 | 136 | 36 | 24 | 131 | 45 |
| Binary | 10110011 | 1000010 | 1010 | 0 | 111111 | 1011110 | 11110 | 10100 | 1011001 | 100101 |
Color Harmonies of #B3420A
Complementary color
Monochromatic Colors of #B3420A
Black with #B3420A
Text Example
Text Example
White with #B3420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3420A; }
p { color: rgb(179,66,10); }
H1.HeaderClassName
{
color: #B3420A;
}
.AnyTagClassName
{
color: #B3420A;
}
</style>
background-color css
<style>
a { background-color: #B3420A; }
a { background-color: rgb(179,66,10); }
div.DivClassName
{
background-color: #B3420A;
}
.BgClassName
{
background-color: #B3420A;
}
</style>
border-color css
<style>
span { border-color: #B3420A; }
span { border-color: rgb(179,66,10); }
td.TdClassName
{
border-color: #B3420A;
}
.TagClassName
{
border-color: #B3420A;
}
</style>