Shades of Rust #B2401F
Tints of Rust #B2401F
RGB
CMYK
RGB Variations
Color information
#B2401F (or 0xB2401F) is known color: Rust. HEX triplet: B2, 40 and 1F. RGB value is (178,64,31). Sum of RGB (Red+Green+Blue) = 178+64+31=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2401F is #4DBFE0. Grayscale: #5E5E5E. Windows color (decimal): -5095393 or 2048178. OLE color: 2048178.
HSL color Cylindrical-coordinate representation of color #B2401F: hue angle of 13.47º 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 #B2401F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 31 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.30 |
| HSL | 13.47º | 0.7% | 0.41% | - |
| HSV(B) | 13.47º | 0.83% | 0.7% | - |
| XYZ | 20.44 | 13.23 | 2.77 | - |
| YUV | 94.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 31 | 0 | 0.64 | 0.83 | 0.30 | 13.47 | 0.7 | 0.41 |
| Hex | B2 | 40 | 1F | 0 | 40 | 53 | 1E | D | 46 | 29 |
| Octal | 262 | 100 | 37 | 0 | 100 | 123 | 36 | 15 | 106 | 51 |
| Binary | 10110010 | 1000000 | 11111 | 0 | 1000000 | 1010011 | 11110 | 1101 | 1000110 | 101001 |
Color Harmonies of #B2401F
Complementary color
Monochromatic Colors of #B2401F
Black with #B2401F
Text Example
Text Example
White with #B2401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2401F; }
p { color: rgb(178,64,31); }
H1.HeaderClassName
{
color: #B2401F;
}
.AnyTagClassName
{
color: #B2401F;
}
</style>
background-color css
<style>
a { background-color: #B2401F; }
a { background-color: rgb(178,64,31); }
div.DivClassName
{
background-color: #B2401F;
}
.BgClassName
{
background-color: #B2401F;
}
</style>
border-color css
<style>
span { border-color: #B2401F; }
span { border-color: rgb(178,64,31); }
td.TdClassName
{
border-color: #B2401F;
}
.TagClassName
{
border-color: #B2401F;
}
</style>