Shades of Rust #B34001
Tints of Rust #B34001
RGB
CMYK
RGB Variations
Color information
#B34001 (or 0xB34001) is known color: Rust. HEX triplet: B3, 40 and 01. RGB value is (179,64,1). Sum of RGB (Red+Green+Blue) = 179+64+1=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B34001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34001 is #4CBFFE. Grayscale: #5B5B5B. Windows color (decimal): -5029887 or 82099. OLE color: 82099.
HSL color Cylindrical-coordinate representation of color #B34001: hue angle of 21.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B34001 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.30 |
| HSL | 21.24º | 0.99% | 0.35% | - |
| HSV(B) | 21.24º | 0.99% | 0.7% | - |
| XYZ | 20.43 | 13.25 | 1.51 | - |
| YUV | 91.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 1 | 0 | 0.64 | 0.99 | 0.30 | 21.24 | 0.99 | 0.35 |
| Hex | B3 | 40 | 1 | 0 | 40 | 63 | 1E | 15 | 63 | 23 |
| Octal | 263 | 100 | 1 | 0 | 100 | 143 | 36 | 25 | 143 | 43 |
| Binary | 10110011 | 1000000 | 1 | 0 | 1000000 | 1100011 | 11110 | 10101 | 1100011 | 100011 |
Color Harmonies of #B34001
Complementary color
Monochromatic Colors of #B34001
Black with #B34001
Text Example
Text Example
White with #B34001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34001; }
p { color: rgb(179,64,1); }
H1.HeaderClassName
{
color: #B34001;
}
.AnyTagClassName
{
color: #B34001;
}
</style>
background-color css
<style>
a { background-color: #B34001; }
a { background-color: rgb(179,64,1); }
div.DivClassName
{
background-color: #B34001;
}
.BgClassName
{
background-color: #B34001;
}
</style>
border-color css
<style>
span { border-color: #B34001; }
span { border-color: rgb(179,64,1); }
td.TdClassName
{
border-color: #B34001;
}
.TagClassName
{
border-color: #B34001;
}
</style>