Shades of Rust #B2401E
Tints of Rust #B2401E
RGB
CMYK
RGB Variations
Color information
#B2401E (or 0xB2401E) is known color: Rust. HEX triplet: B2, 40 and 1E. RGB value is (178,64,30). Sum of RGB (Red+Green+Blue) = 178+64+30=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2401E is #4DBFE1. Grayscale: #5E5E5E. Windows color (decimal): -5095394 or 1982642. OLE color: 1982642.
HSL color Cylindrical-coordinate representation of color #B2401E: hue angle of 13.78º degrees, saturation: 0.71, 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 #B2401E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 30 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.30 |
| HSL | 13.78º | 0.71% | 0.41% | - |
| HSV(B) | 13.78º | 0.83% | 0.7% | - |
| XYZ | 20.43 | 13.23 | 2.7 | - |
| YUV | 94.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 30 | 0 | 0.64 | 0.83 | 0.30 | 13.78 | 0.71 | 0.41 |
| Hex | B2 | 40 | 1E | 0 | 40 | 53 | 1E | E | 47 | 29 |
| Octal | 262 | 100 | 36 | 0 | 100 | 123 | 36 | 16 | 107 | 51 |
| Binary | 10110010 | 1000000 | 11110 | 0 | 1000000 | 1010011 | 11110 | 1110 | 1000111 | 101001 |
Color Harmonies of #B2401E
Complementary color
Monochromatic Colors of #B2401E
Black with #B2401E
Text Example
Text Example
White with #B2401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2401E; }
p { color: rgb(178,64,30); }
H1.HeaderClassName
{
color: #B2401E;
}
.AnyTagClassName
{
color: #B2401E;
}
</style>
background-color css
<style>
a { background-color: #B2401E; }
a { background-color: rgb(178,64,30); }
div.DivClassName
{
background-color: #B2401E;
}
.BgClassName
{
background-color: #B2401E;
}
</style>
border-color css
<style>
span { border-color: #B2401E; }
span { border-color: rgb(178,64,30); }
td.TdClassName
{
border-color: #B2401E;
}
.TagClassName
{
border-color: #B2401E;
}
</style>