Shades of Rust #B42701
Tints of Rust #B42701
RGB
CMYK
RGB Variations
Color information
#B42701 (or 0xB42701) is known color: Rust. HEX triplet: B4, 27 and 01. RGB value is (180,39,1). Sum of RGB (Red+Green+Blue) = 180+39+1=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B42701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42701 is #4BD8FE. Grayscale: #4D4D4D. Windows color (decimal): -4970751 or 75700. OLE color: 75700.
HSL color Cylindrical-coordinate representation of color #B42701: hue angle of 12.74º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B42701 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.29 |
| HSL | 12.74º | 0.99% | 0.35% | - |
| HSV(B) | 12.74º | 0.99% | 0.71% | - |
| XYZ | 19.55 | 11.16 | 1.15 | - |
| YUV | 76.83 | 85.21 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 1 | 0 | 0.78 | 0.99 | 0.29 | 12.74 | 0.99 | 0.35 |
| Hex | B4 | 27 | 1 | 0 | 4E | 63 | 1D | D | 63 | 23 |
| Octal | 264 | 47 | 1 | 0 | 116 | 143 | 35 | 15 | 143 | 43 |
| Binary | 10110100 | 100111 | 1 | 0 | 1001110 | 1100011 | 11101 | 1101 | 1100011 | 100011 |
Color Harmonies of #B42701
Complementary color
Monochromatic Colors of #B42701
Black with #B42701
Text Example
Text Example
White with #B42701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42701; }
p { color: rgb(180,39,1); }
H1.HeaderClassName
{
color: #B42701;
}
.AnyTagClassName
{
color: #B42701;
}
</style>
background-color css
<style>
a { background-color: #B42701; }
a { background-color: rgb(180,39,1); }
div.DivClassName
{
background-color: #B42701;
}
.BgClassName
{
background-color: #B42701;
}
</style>
border-color css
<style>
span { border-color: #B42701; }
span { border-color: rgb(180,39,1); }
td.TdClassName
{
border-color: #B42701;
}
.TagClassName
{
border-color: #B42701;
}
</style>