Shades of Rust #B42600
Tints of Rust #B42600
RGB
CMYK
RGB Variations
Color information
#B42600 (or 0xB42600) is known color: Rust. HEX triplet: B4, 26 and 00. RGB value is (180,38,0). Sum of RGB (Red+Green+Blue) = 180+38+0=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B42600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42600 is #4BD9FF. Grayscale: #4C4C4C. Windows color (decimal): -4971008 or 9908. OLE color: 9908.
HSL color Cylindrical-coordinate representation of color #B42600: hue angle of 12.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B42600 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.29 |
| HSL | 12.67º | 1% | 0.35% | - |
| HSV(B) | 12.67º | 1% | 0.71% | - |
| XYZ | 19.52 | 11.09 | 1.11 | - |
| YUV | 76.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 0 | 0 | 0.79 | 1 | 0.29 | 12.67 | 1 | 0.35 |
| Hex | B4 | 26 | 0 | 0 | 4F | 64 | 1D | D | 64 | 23 |
| Octal | 264 | 46 | 0 | 0 | 117 | 144 | 35 | 15 | 144 | 43 |
| Binary | 10110100 | 100110 | 0 | 0 | 1001111 | 1100100 | 11101 | 1101 | 1100100 | 100011 |
Color Harmonies of #B42600
Complementary color
Monochromatic Colors of #B42600
Black with #B42600
Text Example
Text Example
White with #B42600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42600; }
p { color: rgb(180,38,0); }
H1.HeaderClassName
{
color: #B42600;
}
.AnyTagClassName
{
color: #B42600;
}
</style>
background-color css
<style>
a { background-color: #B42600; }
a { background-color: rgb(180,38,0); }
div.DivClassName
{
background-color: #B42600;
}
.BgClassName
{
background-color: #B42600;
}
</style>
border-color css
<style>
span { border-color: #B42600; }
span { border-color: rgb(180,38,0); }
td.TdClassName
{
border-color: #B42600;
}
.TagClassName
{
border-color: #B42600;
}
</style>