Shades of Rust #B42700
Tints of Rust #B42700
RGB
CMYK
RGB Variations
Color information
#B42700 (or 0xB42700) is known color: Rust. HEX triplet: B4, 27 and 00. RGB value is (180,39,0). Sum of RGB (Red+Green+Blue) = 180+39+0=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B42700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42700 is #4BD8FF. Grayscale: #4D4D4D. Windows color (decimal): -4970752 or 10164. OLE color: 10164.
HSL color Cylindrical-coordinate representation of color #B42700: hue angle of 13º 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 #B42700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.29 |
| HSL | 13º | 1% | 0.35% | - |
| HSV(B) | 13º | 1% | 0.71% | - |
| XYZ | 19.55 | 11.15 | 1.12 | - |
| YUV | 76.71 | 84.71 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 0 | 0 | 0.78 | 1 | 0.29 | 13 | 1 | 0.35 |
| Hex | B4 | 27 | 0 | 0 | 4E | 64 | 1D | D | 64 | 23 |
| Octal | 264 | 47 | 0 | 0 | 116 | 144 | 35 | 15 | 144 | 43 |
| Binary | 10110100 | 100111 | 0 | 0 | 1001110 | 1100100 | 11101 | 1101 | 1100100 | 100011 |
Color Harmonies of #B42700
Complementary color
Monochromatic Colors of #B42700
Black with #B42700
Text Example
Text Example
White with #B42700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42700; }
p { color: rgb(180,39,0); }
H1.HeaderClassName
{
color: #B42700;
}
.AnyTagClassName
{
color: #B42700;
}
</style>
background-color css
<style>
a { background-color: #B42700; }
a { background-color: rgb(180,39,0); }
div.DivClassName
{
background-color: #B42700;
}
.BgClassName
{
background-color: #B42700;
}
</style>
border-color css
<style>
span { border-color: #B42700; }
span { border-color: rgb(180,39,0); }
td.TdClassName
{
border-color: #B42700;
}
.TagClassName
{
border-color: #B42700;
}
</style>