Shades of Rust #B62900
Tints of Rust #B62900
RGB
CMYK
RGB Variations
Color information
#B62900 (or 0xB62900) is known color: Rust. HEX triplet: B6, 29 and 00. RGB value is (182,41,0). Sum of RGB (Red+Green+Blue) = 182+41+0=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B62900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62900 is #49D6FF. Grayscale: #4E4E4E. Windows color (decimal): -4839168 or 10678. OLE color: 10678.
HSL color Cylindrical-coordinate representation of color #B62900: hue angle of 13.52º 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 #B62900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.29 |
| HSL | 13.52º | 1% | 0.36% | - |
| HSV(B) | 13.52º | 1% | 0.71% | - |
| XYZ | 20.08 | 11.53 | 1.17 | - |
| YUV | 78.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 0 | 0 | 0.77 | 1 | 0.29 | 13.52 | 1 | 0.36 |
| Hex | B6 | 29 | 0 | 0 | 4D | 64 | 1D | E | 64 | 24 |
| Octal | 266 | 51 | 0 | 0 | 115 | 144 | 35 | 16 | 144 | 44 |
| Binary | 10110110 | 101001 | 0 | 0 | 1001101 | 1100100 | 11101 | 1110 | 1100100 | 100100 |
Color Harmonies of #B62900
Complementary color
Monochromatic Colors of #B62900
Black with #B62900
Text Example
Text Example
White with #B62900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62900; }
p { color: rgb(182,41,0); }
H1.HeaderClassName
{
color: #B62900;
}
.AnyTagClassName
{
color: #B62900;
}
</style>
background-color css
<style>
a { background-color: #B62900; }
a { background-color: rgb(182,41,0); }
div.DivClassName
{
background-color: #B62900;
}
.BgClassName
{
background-color: #B62900;
}
</style>
border-color css
<style>
span { border-color: #B62900; }
span { border-color: rgb(182,41,0); }
td.TdClassName
{
border-color: #B62900;
}
.TagClassName
{
border-color: #B62900;
}
</style>