Shades of Rust #B34301
Tints of Rust #B34301
RGB
CMYK
RGB Variations
Color information
#B34301 (or 0xB34301) is known color: Rust. HEX triplet: B3, 43 and 01. RGB value is (179,67,1). Sum of RGB (Red+Green+Blue) = 179+67+1=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B34301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34301 is #4CBCFE. Grayscale: #5D5D5D. Windows color (decimal): -5029119 or 82867. OLE color: 82867.
HSL color Cylindrical-coordinate representation of color #B34301: hue angle of 22.25º 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 #B34301 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.30 |
| HSL | 22.25º | 0.99% | 0.35% | - |
| HSV(B) | 22.25º | 0.99% | 0.7% | - |
| XYZ | 20.6 | 13.6 | 1.57 | - |
| YUV | 92.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 1 | 0 | 0.63 | 0.99 | 0.30 | 22.25 | 0.99 | 0.35 |
| Hex | B3 | 43 | 1 | 0 | 3F | 63 | 1E | 16 | 63 | 23 |
| Octal | 263 | 103 | 1 | 0 | 77 | 143 | 36 | 26 | 143 | 43 |
| Binary | 10110011 | 1000011 | 1 | 0 | 111111 | 1100011 | 11110 | 10110 | 1100011 | 100011 |
Color Harmonies of #B34301
Complementary color
Monochromatic Colors of #B34301
Black with #B34301
Text Example
Text Example
White with #B34301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34301; }
p { color: rgb(179,67,1); }
H1.HeaderClassName
{
color: #B34301;
}
.AnyTagClassName
{
color: #B34301;
}
</style>
background-color css
<style>
a { background-color: #B34301; }
a { background-color: rgb(179,67,1); }
div.DivClassName
{
background-color: #B34301;
}
.BgClassName
{
background-color: #B34301;
}
</style>
border-color css
<style>
span { border-color: #B34301; }
span { border-color: rgb(179,67,1); }
td.TdClassName
{
border-color: #B34301;
}
.TagClassName
{
border-color: #B34301;
}
</style>