Shades of Rust #B34A1A
Tints of Rust #B34A1A
RGB
CMYK
RGB Variations
Color information
#B34A1A (or 0xB34A1A) is known color: Rust. HEX triplet: B3, 4A and 1A. RGB value is (179,74,26). Sum of RGB (Red+Green+Blue) = 179+74+26=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A1A is #4CB5E5. Grayscale: #646464. Windows color (decimal): -5027302 or 1723059. OLE color: 1723059.
HSL color Cylindrical-coordinate representation of color #B34A1A: hue angle of 18.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B34A1A is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 26 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.30 |
| HSL | 18.82º | 0.75% | 0.4% | - |
| HSV(B) | 18.82º | 0.85% | 0.7% | - |
| XYZ | 21.23 | 14.56 | 2.67 | - |
| YUV | 99.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 26 | 0 | 0.59 | 0.85 | 0.30 | 18.82 | 0.75 | 0.4 |
| Hex | B3 | 4A | 1A | 0 | 3B | 55 | 1E | 13 | 4B | 28 |
| Octal | 263 | 112 | 32 | 0 | 73 | 125 | 36 | 23 | 113 | 50 |
| Binary | 10110011 | 1001010 | 11010 | 0 | 111011 | 1010101 | 11110 | 10011 | 1001011 | 101000 |
Color Harmonies of #B34A1A
Complementary color
Monochromatic Colors of #B34A1A
Black with #B34A1A
Text Example
Text Example
White with #B34A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A1A; }
p { color: rgb(179,74,26); }
H1.HeaderClassName
{
color: #B34A1A;
}
.AnyTagClassName
{
color: #B34A1A;
}
</style>
background-color css
<style>
a { background-color: #B34A1A; }
a { background-color: rgb(179,74,26); }
div.DivClassName
{
background-color: #B34A1A;
}
.BgClassName
{
background-color: #B34A1A;
}
</style>
border-color css
<style>
span { border-color: #B34A1A; }
span { border-color: rgb(179,74,26); }
td.TdClassName
{
border-color: #B34A1A;
}
.TagClassName
{
border-color: #B34A1A;
}
</style>