Shades of Rust #B34319
Tints of Rust #B34319
RGB
CMYK
RGB Variations
Color information
#B34319 (or 0xB34319) is known color: Rust. HEX triplet: B3, 43 and 19. RGB value is (179,67,25). Sum of RGB (Red+Green+Blue) = 179+67+25=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B34319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34319 is #4CBCE6. Grayscale: #5F5F5F. Windows color (decimal): -5029095 or 1655731. OLE color: 1655731.
HSL color Cylindrical-coordinate representation of color #B34319: hue angle of 16.36º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B34319 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 25 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.30 |
| HSL | 16.36º | 0.75% | 0.4% | - |
| HSV(B) | 16.36º | 0.86% | 0.7% | - |
| XYZ | 20.77 | 13.67 | 2.46 | - |
| YUV | 95.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 25 | 0 | 0.63 | 0.86 | 0.30 | 16.36 | 0.75 | 0.4 |
| Hex | B3 | 43 | 19 | 0 | 3F | 56 | 1E | 10 | 4B | 28 |
| Octal | 263 | 103 | 31 | 0 | 77 | 126 | 36 | 20 | 113 | 50 |
| Binary | 10110011 | 1000011 | 11001 | 0 | 111111 | 1010110 | 11110 | 10000 | 1001011 | 101000 |
Color Harmonies of #B34319
Complementary color
Monochromatic Colors of #B34319
Black with #B34319
Text Example
Text Example
White with #B34319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34319; }
p { color: rgb(179,67,25); }
H1.HeaderClassName
{
color: #B34319;
}
.AnyTagClassName
{
color: #B34319;
}
</style>
background-color css
<style>
a { background-color: #B34319; }
a { background-color: rgb(179,67,25); }
div.DivClassName
{
background-color: #B34319;
}
.BgClassName
{
background-color: #B34319;
}
</style>
border-color css
<style>
span { border-color: #B34319; }
span { border-color: rgb(179,67,25); }
td.TdClassName
{
border-color: #B34319;
}
.TagClassName
{
border-color: #B34319;
}
</style>