Shades of Brick Red #BE3A43
Tints of Brick Red #BE3A43
RGB
CMYK
RGB Variations
Color information
#BE3A43 (or 0xBE3A43) is known color: Brick Red. HEX triplet: BE, 3A and 43. RGB value is (190,58,67). Sum of RGB (Red+Green+Blue) = 190+58+67=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A43 is #41C5BC. Grayscale: #626262. Windows color (decimal): -4310461 or 4405950. OLE color: 4405950.
HSL color Cylindrical-coordinate representation of color #BE3A43: hue angle of 355.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A43 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 67 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.25 |
| HSL | 355.91º | 0.53% | 0.49% | - |
| HSV(B) | 355.91º | 0.69% | 0.75% | - |
| XYZ | 23.76 | 14.38 | 6.83 | - |
| YUV | 98.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 67 | 0 | 0.69 | 0.65 | 0.25 | 355.91 | 0.53 | 0.49 |
| Hex | BE | 3A | 43 | 0 | 45 | 41 | 19 | 164 | 35 | 31 |
| Octal | 276 | 72 | 103 | 0 | 105 | 101 | 31 | 544 | 65 | 61 |
| Binary | 10111110 | 111010 | 1000011 | 0 | 1000101 | 1000001 | 11001 | 101100100 | 110101 | 110001 |
Color Harmonies of #BE3A43
Complementary color
Monochromatic Colors of #BE3A43
Black with #BE3A43
Text Example
Text Example
White with #BE3A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A43; }
p { color: rgb(190,58,67); }
H1.HeaderClassName
{
color: #BE3A43;
}
.AnyTagClassName
{
color: #BE3A43;
}
</style>
background-color css
<style>
a { background-color: #BE3A43; }
a { background-color: rgb(190,58,67); }
div.DivClassName
{
background-color: #BE3A43;
}
.BgClassName
{
background-color: #BE3A43;
}
</style>
border-color css
<style>
span { border-color: #BE3A43; }
span { border-color: rgb(190,58,67); }
td.TdClassName
{
border-color: #BE3A43;
}
.TagClassName
{
border-color: #BE3A43;
}
</style>