Shades of Rust #B3431A
Tints of Rust #B3431A
RGB
CMYK
RGB Variations
Color information
#B3431A (or 0xB3431A) is known color: Rust. HEX triplet: B3, 43 and 1A. RGB value is (179,67,26). Sum of RGB (Red+Green+Blue) = 179+67+26=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3431A is #4CBCE5. Grayscale: #606060. Windows color (decimal): -5029094 or 1721267. OLE color: 1721267.
HSL color Cylindrical-coordinate representation of color #B3431A: hue angle of 16.08º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3431A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 26 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.30 |
| HSL | 16.08º | 0.75% | 0.4% | - |
| HSV(B) | 16.08º | 0.85% | 0.7% | - |
| XYZ | 20.78 | 13.67 | 2.52 | - |
| YUV | 95.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 26 | 0 | 0.63 | 0.85 | 0.30 | 16.08 | 0.75 | 0.4 |
| Hex | B3 | 43 | 1A | 0 | 3F | 55 | 1E | 10 | 4B | 28 |
| Octal | 263 | 103 | 32 | 0 | 77 | 125 | 36 | 20 | 113 | 50 |
| Binary | 10110011 | 1000011 | 11010 | 0 | 111111 | 1010101 | 11110 | 10000 | 1001011 | 101000 |
Color Harmonies of #B3431A
Complementary color
Monochromatic Colors of #B3431A
Black with #B3431A
Text Example
Text Example
White with #B3431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3431A; }
p { color: rgb(179,67,26); }
H1.HeaderClassName
{
color: #B3431A;
}
.AnyTagClassName
{
color: #B3431A;
}
</style>
background-color css
<style>
a { background-color: #B3431A; }
a { background-color: rgb(179,67,26); }
div.DivClassName
{
background-color: #B3431A;
}
.BgClassName
{
background-color: #B3431A;
}
</style>
border-color css
<style>
span { border-color: #B3431A; }
span { border-color: rgb(179,67,26); }
td.TdClassName
{
border-color: #B3431A;
}
.TagClassName
{
border-color: #B3431A;
}
</style>