Shades of Rust #B62D00
Tints of Rust #B62D00
RGB
CMYK
RGB Variations
Color information
#B62D00 (or 0xB62D00) is known color: Rust. HEX triplet: B6, 2D and 00. RGB value is (182,45,0). Sum of RGB (Red+Green+Blue) = 182+45+0=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62D00 is #49D2FF. Grayscale: #515151. Windows color (decimal): -4838144 or 11702. OLE color: 11702.
HSL color Cylindrical-coordinate representation of color #B62D00: hue angle of 14.84º 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 #B62D00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.29 |
| HSL | 14.84º | 1% | 0.36% | - |
| HSV(B) | 14.84º | 1% | 0.71% | - |
| XYZ | 20.23 | 11.82 | 1.22 | - |
| YUV | 80.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 0 | 0 | 0.75 | 1 | 0.29 | 14.84 | 1 | 0.36 |
| Hex | B6 | 2D | 0 | 0 | 4B | 64 | 1D | F | 64 | 24 |
| Octal | 266 | 55 | 0 | 0 | 113 | 144 | 35 | 17 | 144 | 44 |
| Binary | 10110110 | 101101 | 0 | 0 | 1001011 | 1100100 | 11101 | 1111 | 1100100 | 100100 |
Color Harmonies of #B62D00
Complementary color
Monochromatic Colors of #B62D00
Black with #B62D00
Text Example
Text Example
White with #B62D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D00; }
p { color: rgb(182,45,0); }
H1.HeaderClassName
{
color: #B62D00;
}
.AnyTagClassName
{
color: #B62D00;
}
</style>
background-color css
<style>
a { background-color: #B62D00; }
a { background-color: rgb(182,45,0); }
div.DivClassName
{
background-color: #B62D00;
}
.BgClassName
{
background-color: #B62D00;
}
</style>
border-color css
<style>
span { border-color: #B62D00; }
span { border-color: rgb(182,45,0); }
td.TdClassName
{
border-color: #B62D00;
}
.TagClassName
{
border-color: #B62D00;
}
</style>