Shades of Rust #B6430D
Tints of Rust #B6430D
RGB
CMYK
RGB Variations
Color information
#B6430D (or 0xB6430D) is known color: Rust. HEX triplet: B6, 43 and 0D. RGB value is (182,67,13). Sum of RGB (Red+Green+Blue) = 182+67+13=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6430D is #49BCF2. Grayscale: #5F5F5F. Windows color (decimal): -4832499 or 869302. OLE color: 869302.
HSL color Cylindrical-coordinate representation of color #B6430D: hue angle of 19.17º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6430D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.29 |
| HSL | 19.17º | 0.87% | 0.38% | - |
| HSV(B) | 19.17º | 0.93% | 0.71% | - |
| XYZ | 21.37 | 13.99 | 1.95 | - |
| YUV | 95.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 13 | 0 | 0.63 | 0.93 | 0.29 | 19.17 | 0.87 | 0.38 |
| Hex | B6 | 43 | D | 0 | 3F | 5D | 1D | 13 | 57 | 26 |
| Octal | 266 | 103 | 15 | 0 | 77 | 135 | 35 | 23 | 127 | 46 |
| Binary | 10110110 | 1000011 | 1101 | 0 | 111111 | 1011101 | 11101 | 10011 | 1010111 | 100110 |
Color Harmonies of #B6430D
Complementary color
Monochromatic Colors of #B6430D
Black with #B6430D
Text Example
Text Example
White with #B6430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6430D; }
p { color: rgb(182,67,13); }
H1.HeaderClassName
{
color: #B6430D;
}
.AnyTagClassName
{
color: #B6430D;
}
</style>
background-color css
<style>
a { background-color: #B6430D; }
a { background-color: rgb(182,67,13); }
div.DivClassName
{
background-color: #B6430D;
}
.BgClassName
{
background-color: #B6430D;
}
</style>
border-color css
<style>
span { border-color: #B6430D; }
span { border-color: rgb(182,67,13); }
td.TdClassName
{
border-color: #B6430D;
}
.TagClassName
{
border-color: #B6430D;
}
</style>