Shades of Rust #B2410D
Tints of Rust #B2410D
RGB
CMYK
RGB Variations
Color information
#B2410D (or 0xB2410D) is known color: Rust. HEX triplet: B2, 41 and 0D. RGB value is (178,65,13). Sum of RGB (Red+Green+Blue) = 178+65+13=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2410D is #4DBEF2. Grayscale: #5D5D5D. Windows color (decimal): -5095155 or 868786. OLE color: 868786.
HSL color Cylindrical-coordinate representation of color #B2410D: hue angle of 18.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2410D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.30 |
| HSL | 18.91º | 0.86% | 0.37% | - |
| HSV(B) | 18.91º | 0.93% | 0.7% | - |
| XYZ | 20.32 | 13.27 | 1.87 | - |
| YUV | 92.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 13 | 0 | 0.63 | 0.93 | 0.30 | 18.91 | 0.86 | 0.37 |
| Hex | B2 | 41 | D | 0 | 3F | 5D | 1E | 13 | 56 | 25 |
| Octal | 262 | 101 | 15 | 0 | 77 | 135 | 36 | 23 | 126 | 45 |
| Binary | 10110010 | 1000001 | 1101 | 0 | 111111 | 1011101 | 11110 | 10011 | 1010110 | 100101 |
Color Harmonies of #B2410D
Complementary color
Monochromatic Colors of #B2410D
Black with #B2410D
Text Example
Text Example
White with #B2410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2410D; }
p { color: rgb(178,65,13); }
H1.HeaderClassName
{
color: #B2410D;
}
.AnyTagClassName
{
color: #B2410D;
}
</style>
background-color css
<style>
a { background-color: #B2410D; }
a { background-color: rgb(178,65,13); }
div.DivClassName
{
background-color: #B2410D;
}
.BgClassName
{
background-color: #B2410D;
}
</style>
border-color css
<style>
span { border-color: #B2410D; }
span { border-color: rgb(178,65,13); }
td.TdClassName
{
border-color: #B2410D;
}
.TagClassName
{
border-color: #B2410D;
}
</style>