Shades of Rust #B3431D
Tints of Rust #B3431D
RGB
CMYK
RGB Variations
Color information
#B3431D (or 0xB3431D) is known color: Rust. HEX triplet: B3, 43 and 1D. RGB value is (179,67,29). Sum of RGB (Red+Green+Blue) = 179+67+29=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3431D is #4CBCE2. Grayscale: #606060. Windows color (decimal): -5029091 or 1917875. OLE color: 1917875.
HSL color Cylindrical-coordinate representation of color #B3431D: hue angle of 15.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3431D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 29 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.30 |
| HSL | 15.2º | 0.72% | 0.41% | - |
| HSV(B) | 15.2º | 0.84% | 0.7% | - |
| XYZ | 20.82 | 13.69 | 2.71 | - |
| YUV | 96.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 29 | 0 | 0.63 | 0.84 | 0.30 | 15.2 | 0.72 | 0.41 |
| Hex | B3 | 43 | 1D | 0 | 3F | 54 | 1E | F | 48 | 29 |
| Octal | 263 | 103 | 35 | 0 | 77 | 124 | 36 | 17 | 110 | 51 |
| Binary | 10110011 | 1000011 | 11101 | 0 | 111111 | 1010100 | 11110 | 1111 | 1001000 | 101001 |
Color Harmonies of #B3431D
Complementary color
Monochromatic Colors of #B3431D
Black with #B3431D
Text Example
Text Example
White with #B3431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3431D; }
p { color: rgb(179,67,29); }
H1.HeaderClassName
{
color: #B3431D;
}
.AnyTagClassName
{
color: #B3431D;
}
</style>
background-color css
<style>
a { background-color: #B3431D; }
a { background-color: rgb(179,67,29); }
div.DivClassName
{
background-color: #B3431D;
}
.BgClassName
{
background-color: #B3431D;
}
</style>
border-color css
<style>
span { border-color: #B3431D; }
span { border-color: rgb(179,67,29); }
td.TdClassName
{
border-color: #B3431D;
}
.TagClassName
{
border-color: #B3431D;
}
</style>