Shades of Rust #B62F00
Tints of Rust #B62F00
RGB
CMYK
RGB Variations
Color information
#B62F00 (or 0xB62F00) is known color: Rust. HEX triplet: B6, 2F and 00. RGB value is (182,47,0). Sum of RGB (Red+Green+Blue) = 182+47+0=229 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.48% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62F00 is #49D0FF. Grayscale: #525252. Windows color (decimal): -4837632 or 12214. OLE color: 12214.
HSL color Cylindrical-coordinate representation of color #B62F00: hue angle of 15.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B62F00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 47 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.29 |
| HSL | 15.49º | 1% | 0.36% | - |
| HSV(B) | 15.49º | 1% | 0.71% | - |
| XYZ | 20.31 | 11.98 | 1.24 | - |
| YUV | 82.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 0 | 0 | 0.74 | 1 | 0.29 | 15.49 | 1 | 0.36 |
| Hex | B6 | 2F | 0 | 0 | 4A | 64 | 1D | F | 64 | 24 |
| Octal | 266 | 57 | 0 | 0 | 112 | 144 | 35 | 17 | 144 | 44 |
| Binary | 10110110 | 101111 | 0 | 0 | 1001010 | 1100100 | 11101 | 1111 | 1100100 | 100100 |
Color Harmonies of #B62F00
Complementary color
Monochromatic Colors of #B62F00
Black with #B62F00
Text Example
Text Example
White with #B62F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62F00; }
p { color: rgb(182,47,0); }
H1.HeaderClassName
{
color: #B62F00;
}
.AnyTagClassName
{
color: #B62F00;
}
</style>
background-color css
<style>
a { background-color: #B62F00; }
a { background-color: rgb(182,47,0); }
div.DivClassName
{
background-color: #B62F00;
}
.BgClassName
{
background-color: #B62F00;
}
</style>
border-color css
<style>
span { border-color: #B62F00; }
span { border-color: rgb(182,47,0); }
td.TdClassName
{
border-color: #B62F00;
}
.TagClassName
{
border-color: #B62F00;
}
</style>