Shades of Rust #B42D0D
Tints of Rust #B42D0D
RGB
CMYK
RGB Variations
Color information
#B42D0D (or 0xB42D0D) is known color: Rust. HEX triplet: B4, 2D and 0D. RGB value is (180,45,13). Sum of RGB (Red+Green+Blue) = 180+45+13=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D0D is #4BD2F2. Grayscale: #515151. Windows color (decimal): -4969203 or 863668. OLE color: 863668.
HSL color Cylindrical-coordinate representation of color #B42D0D: hue angle of 11.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B42D0D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 13 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.29 |
| HSL | 11.5º | 0.87% | 0.38% | - |
| HSV(B) | 11.5º | 0.93% | 0.71% | - |
| XYZ | 19.83 | 11.61 | 1.58 | - |
| YUV | 81.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 13 | 0 | 0.75 | 0.93 | 0.29 | 11.5 | 0.87 | 0.38 |
| Hex | B4 | 2D | D | 0 | 4B | 5D | 1D | B | 57 | 26 |
| Octal | 264 | 55 | 15 | 0 | 113 | 135 | 35 | 13 | 127 | 46 |
| Binary | 10110100 | 101101 | 1101 | 0 | 1001011 | 1011101 | 11101 | 1011 | 1010111 | 100110 |
Color Harmonies of #B42D0D
Complementary color
Monochromatic Colors of #B42D0D
Black with #B42D0D
Text Example
Text Example
White with #B42D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D0D; }
p { color: rgb(180,45,13); }
H1.HeaderClassName
{
color: #B42D0D;
}
.AnyTagClassName
{
color: #B42D0D;
}
</style>
background-color css
<style>
a { background-color: #B42D0D; }
a { background-color: rgb(180,45,13); }
div.DivClassName
{
background-color: #B42D0D;
}
.BgClassName
{
background-color: #B42D0D;
}
</style>
border-color css
<style>
span { border-color: #B42D0D; }
span { border-color: rgb(180,45,13); }
td.TdClassName
{
border-color: #B42D0D;
}
.TagClassName
{
border-color: #B42D0D;
}
</style>