Shades of Rust #BE431A
Tints of Rust #BE431A
RGB
CMYK
RGB Variations
Color information
#BE431A (or 0xBE431A) is known color: Rust. HEX triplet: BE, 43 and 1A. RGB value is (190,67,26). Sum of RGB (Red+Green+Blue) = 190+67+26=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE431A is #41BCE5. Grayscale: #636363. Windows color (decimal): -4308198 or 1721278. OLE color: 1721278.
HSL color Cylindrical-coordinate representation of color #BE431A: hue angle of 15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE431A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 26 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.25 |
| HSL | 15º | 0.76% | 0.42% | - |
| HSV(B) | 15º | 0.86% | 0.75% | - |
| XYZ | 23.43 | 15.04 | 2.64 | - |
| YUV | 99.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 26 | 0 | 0.65 | 0.86 | 0.25 | 15 | 0.76 | 0.42 |
| Hex | BE | 43 | 1A | 0 | 41 | 56 | 19 | F | 4C | 2A |
| Octal | 276 | 103 | 32 | 0 | 101 | 126 | 31 | 17 | 114 | 52 |
| Binary | 10111110 | 1000011 | 11010 | 0 | 1000001 | 1010110 | 11001 | 1111 | 1001100 | 101010 |
Color Harmonies of #BE431A
Complementary color
Monochromatic Colors of #BE431A
Black with #BE431A
Text Example
Text Example
White with #BE431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE431A; }
p { color: rgb(190,67,26); }
H1.HeaderClassName
{
color: #BE431A;
}
.AnyTagClassName
{
color: #BE431A;
}
</style>
background-color css
<style>
a { background-color: #BE431A; }
a { background-color: rgb(190,67,26); }
div.DivClassName
{
background-color: #BE431A;
}
.BgClassName
{
background-color: #BE431A;
}
</style>
border-color css
<style>
span { border-color: #BE431A; }
span { border-color: rgb(190,67,26); }
td.TdClassName
{
border-color: #BE431A;
}
.TagClassName
{
border-color: #BE431A;
}
</style>