#BE3444

Color #BE3444 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BE3444

Tints of Brick Red #BE3444

Color information

#BE3444 (or 0xBE3444) is unknown color: approx Brick Red. HEX triplet: BE, 34 and 44. RGB value is (190,52,68). Sum of RGB (Red+Green+Blue) = 190+52+68=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3444 is #41CBBB. Grayscale: #5F5F5F. Windows color (decimal): -4311996 or 4469950. OLE color: 4469950.

HSL color Cylindrical-coordinate representation of color #BE3444: hue angle of 353.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3444 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1905268-
CMYK00.730.640.25
HSL353.04º57.02%47.45%-
HSV(B)353.04º72.63%74.51%-
XYZ23.5113.826.9-
YUV95.09112.72195.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 68 (26.95% from 255) = 21.94%
R=61.29%
G=16.77%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190526800.730.640.25353.0457.0247.45
HexBE34440494019161392f
Octal276641040111100315417157
Binary10111110110100100010001001001100000011001101100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3444; }

 p { color: rgb(190,52,68); }

 H1.HeaderClassName
 {
   color: #BE3444;
 }
 .AnyTagClassName
 {
   color: #BE3444;
 }
</style>
background-color css

<style>
 a { background-color: #BE3444; }

 a { background-color: rgb(190,52,68); }

 div.DivClassName
 {
   background-color: #BE3444;
 }
 .BgClassName
 {
   background-color: #BE3444;
 }
</style>
border-color css

<style>
 span { border-color: #BE3444; }

 span { border-color: rgb(190,52,68); }

 td.TdClassName
 {
   border-color: #BE3444;
 }
 .TagClassName
 {
   border-color: #BE3444;
 }
</style>