Shades of Rust #B44319
Tints of Rust #B44319
RGB
CMYK
RGB Variations
Color information
#B44319 (or 0xB44319) is known color: Rust. HEX triplet: B4, 43 and 19. RGB value is (180,67,25). Sum of RGB (Red+Green+Blue) = 180+67+25=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B44319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44319 is #4BBCE6. Grayscale: #606060. Windows color (decimal): -4963559 or 1655732. OLE color: 1655732.
HSL color Cylindrical-coordinate representation of color #B44319: hue angle of 16.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B44319 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 25 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.29 |
| HSL | 16.26º | 0.76% | 0.4% | - |
| HSV(B) | 16.26º | 0.86% | 0.71% | - |
| XYZ | 21.01 | 13.79 | 2.47 | - |
| YUV | 96 | 87.94 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 25 | 0 | 0.63 | 0.86 | 0.29 | 16.26 | 0.76 | 0.4 |
| Hex | B4 | 43 | 19 | 0 | 3F | 56 | 1D | 10 | 4C | 28 |
| Octal | 264 | 103 | 31 | 0 | 77 | 126 | 35 | 20 | 114 | 50 |
| Binary | 10110100 | 1000011 | 11001 | 0 | 111111 | 1010110 | 11101 | 10000 | 1001100 | 101000 |
Color Harmonies of #B44319
Complementary color
Monochromatic Colors of #B44319
Black with #B44319
Text Example
Text Example
White with #B44319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44319; }
p { color: rgb(180,67,25); }
H1.HeaderClassName
{
color: #B44319;
}
.AnyTagClassName
{
color: #B44319;
}
</style>
background-color css
<style>
a { background-color: #B44319; }
a { background-color: rgb(180,67,25); }
div.DivClassName
{
background-color: #B44319;
}
.BgClassName
{
background-color: #B44319;
}
</style>
border-color css
<style>
span { border-color: #B44319; }
span { border-color: rgb(180,67,25); }
td.TdClassName
{
border-color: #B44319;
}
.TagClassName
{
border-color: #B44319;
}
</style>