Shades of Rust #B4431C
Tints of Rust #B4431C
RGB
CMYK
RGB Variations
Color information
#B4431C (or 0xB4431C) is known color: Rust. HEX triplet: B4, 43 and 1C. RGB value is (180,67,28). Sum of RGB (Red+Green+Blue) = 180+67+28=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4431C is #4BBCE3. Grayscale: #606060. Windows color (decimal): -4963556 or 1852340. OLE color: 1852340.
HSL color Cylindrical-coordinate representation of color #B4431C: hue angle of 15.39º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4431C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.29 |
| HSL | 15.39º | 0.73% | 0.41% | - |
| HSV(B) | 15.39º | 0.84% | 0.71% | - |
| XYZ | 21.04 | 13.8 | 2.65 | - |
| YUV | 96.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 28 | 0 | 0.63 | 0.84 | 0.29 | 15.39 | 0.73 | 0.41 |
| Hex | B4 | 43 | 1C | 0 | 3F | 54 | 1D | F | 49 | 29 |
| Octal | 264 | 103 | 34 | 0 | 77 | 124 | 35 | 17 | 111 | 51 |
| Binary | 10110100 | 1000011 | 11100 | 0 | 111111 | 1010100 | 11101 | 1111 | 1001001 | 101001 |
Color Harmonies of #B4431C
Complementary color
Monochromatic Colors of #B4431C
Black with #B4431C
Text Example
Text Example
White with #B4431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4431C; }
p { color: rgb(180,67,28); }
H1.HeaderClassName
{
color: #B4431C;
}
.AnyTagClassName
{
color: #B4431C;
}
</style>
background-color css
<style>
a { background-color: #B4431C; }
a { background-color: rgb(180,67,28); }
div.DivClassName
{
background-color: #B4431C;
}
.BgClassName
{
background-color: #B4431C;
}
</style>
border-color css
<style>
span { border-color: #B4431C; }
span { border-color: rgb(180,67,28); }
td.TdClassName
{
border-color: #B4431C;
}
.TagClassName
{
border-color: #B4431C;
}
</style>