Shades of Rust #B62F0B
Tints of Rust #B62F0B
RGB
CMYK
RGB Variations
Color information
#B62F0B (or 0xB62F0B) is known color: Rust. HEX triplet: B6, 2F and 0B. RGB value is (182,47,11). Sum of RGB (Red+Green+Blue) = 182+47+11=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62F0B is #49D0F4. Grayscale: #535353. Windows color (decimal): -4837621 or 733110. OLE color: 733110.
HSL color Cylindrical-coordinate representation of color #B62F0B: hue angle of 12.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B62F0B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 47 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.29 |
| HSL | 12.63º | 0.89% | 0.38% | - |
| HSV(B) | 12.63º | 0.94% | 0.71% | - |
| XYZ | 20.37 | 12 | 1.56 | - |
| YUV | 83.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 11 | 0 | 0.74 | 0.94 | 0.29 | 12.63 | 0.89 | 0.38 |
| Hex | B6 | 2F | B | 0 | 4A | 5E | 1D | D | 59 | 26 |
| Octal | 266 | 57 | 13 | 0 | 112 | 136 | 35 | 15 | 131 | 46 |
| Binary | 10110110 | 101111 | 1011 | 0 | 1001010 | 1011110 | 11101 | 1101 | 1011001 | 100110 |
Color Harmonies of #B62F0B
Complementary color
Monochromatic Colors of #B62F0B
Black with #B62F0B
Text Example
Text Example
White with #B62F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62F0B; }
p { color: rgb(182,47,11); }
H1.HeaderClassName
{
color: #B62F0B;
}
.AnyTagClassName
{
color: #B62F0B;
}
</style>
background-color css
<style>
a { background-color: #B62F0B; }
a { background-color: rgb(182,47,11); }
div.DivClassName
{
background-color: #B62F0B;
}
.BgClassName
{
background-color: #B62F0B;
}
</style>
border-color css
<style>
span { border-color: #B62F0B; }
span { border-color: rgb(182,47,11); }
td.TdClassName
{
border-color: #B62F0B;
}
.TagClassName
{
border-color: #B62F0B;
}
</style>