Shades of Rust #BE3F1A
Tints of Rust #BE3F1A
RGB
CMYK
RGB Variations
Color information
#BE3F1A (or 0xBE3F1A) is known color: Rust. HEX triplet: BE, 3F and 1A. RGB value is (190,63,26). Sum of RGB (Red+Green+Blue) = 190+63+26=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F1A is #41C0E5. Grayscale: #616161. Windows color (decimal): -4309222 or 1720254. OLE color: 1720254.
HSL color Cylindrical-coordinate representation of color #BE3F1A: hue angle of 13.54º 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 #BE3F1A is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 26 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.25 |
| HSL | 13.54º | 0.76% | 0.42% | - |
| HSV(B) | 13.54º | 0.86% | 0.75% | - |
| XYZ | 23.2 | 14.58 | 2.57 | - |
| YUV | 96.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 26 | 0 | 0.67 | 0.86 | 0.25 | 13.54 | 0.76 | 0.42 |
| Hex | BE | 3F | 1A | 0 | 43 | 56 | 19 | E | 4C | 2A |
| Octal | 276 | 77 | 32 | 0 | 103 | 126 | 31 | 16 | 114 | 52 |
| Binary | 10111110 | 111111 | 11010 | 0 | 1000011 | 1010110 | 11001 | 1110 | 1001100 | 101010 |
Color Harmonies of #BE3F1A
Complementary color
Monochromatic Colors of #BE3F1A
Black with #BE3F1A
Text Example
Text Example
White with #BE3F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F1A; }
p { color: rgb(190,63,26); }
H1.HeaderClassName
{
color: #BE3F1A;
}
.AnyTagClassName
{
color: #BE3F1A;
}
</style>
background-color css
<style>
a { background-color: #BE3F1A; }
a { background-color: rgb(190,63,26); }
div.DivClassName
{
background-color: #BE3F1A;
}
.BgClassName
{
background-color: #BE3F1A;
}
</style>
border-color css
<style>
span { border-color: #BE3F1A; }
span { border-color: rgb(190,63,26); }
td.TdClassName
{
border-color: #BE3F1A;
}
.TagClassName
{
border-color: #BE3F1A;
}
</style>