Shades of Rust #B3431F
Tints of Rust #B3431F
RGB
CMYK
RGB Variations
Color information
#B3431F (or 0xB3431F) is known color: Rust. HEX triplet: B3, 43 and 1F. RGB value is (179,67,31). Sum of RGB (Red+Green+Blue) = 179+67+31=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3431F is #4CBCE0. Grayscale: #606060. Windows color (decimal): -5029089 or 2048947. OLE color: 2048947.
HSL color Cylindrical-coordinate representation of color #B3431F: hue angle of 14.59º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3431F is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 31 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.30 |
| HSL | 14.59º | 0.7% | 0.41% | - |
| HSV(B) | 14.59º | 0.83% | 0.7% | - |
| XYZ | 20.84 | 13.7 | 2.84 | - |
| YUV | 96.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 31 | 0 | 0.63 | 0.83 | 0.30 | 14.59 | 0.7 | 0.41 |
| Hex | B3 | 43 | 1F | 0 | 3F | 53 | 1E | F | 46 | 29 |
| Octal | 263 | 103 | 37 | 0 | 77 | 123 | 36 | 17 | 106 | 51 |
| Binary | 10110011 | 1000011 | 11111 | 0 | 111111 | 1010011 | 11110 | 1111 | 1000110 | 101001 |
Color Harmonies of #B3431F
Complementary color
Monochromatic Colors of #B3431F
Black with #B3431F
Text Example
Text Example
White with #B3431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3431F; }
p { color: rgb(179,67,31); }
H1.HeaderClassName
{
color: #B3431F;
}
.AnyTagClassName
{
color: #B3431F;
}
</style>
background-color css
<style>
a { background-color: #B3431F; }
a { background-color: rgb(179,67,31); }
div.DivClassName
{
background-color: #B3431F;
}
.BgClassName
{
background-color: #B3431F;
}
</style>
border-color css
<style>
span { border-color: #B3431F; }
span { border-color: rgb(179,67,31); }
td.TdClassName
{
border-color: #B3431F;
}
.TagClassName
{
border-color: #B3431F;
}
</style>