Html Css Color HEX #BE3241 Brick Red

📋 copy color: '#BE3241'

red 190 ◦ green 50 ◦ blue 65

#BE3241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BE3241

Tints of Brick Red #BE3241

RGB

 RED value IS 190 (74.61% from 255) = 62.3%

 GREEN value IS 50 (19.92% from 255) = 16.39%

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 62.3%
G = 16.39%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE3241 (or 0xBE3241) is known color: Brick Red. HEX triplet: BE, 32 and 41. RGB value is (190,50,65). Sum of RGB (Red+Green+Blue) = 190+50+65=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3241 is #41CDBE. Grayscale: #5D5D5D. Windows color (decimal): -4312511 or 4272830. OLE color: 4272830.

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

Color convert

RGB 190 50 65 -
CMYK 0 0.74 0.66 0.25
HSL 353.57º 0.58% 0.47% -
HSV(B) 353.57º 0.74% 0.75% -
XYZ 23.33 13.61 6.4 -
YUV 93.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 190 50 65 0 0.74 0.66 0.25 353.57 0.58 0.47
Hex BE 32 41 0 4A 42 19 162 3A 2F
Octal 276 62 101 0 112 102 31 542 72 57
Binary 10111110 110010 1000001 0 1001010 1000010 11001 101100010 111010 101111

Color Harmonies of #BE3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3241

Black with #BE3241

Text Example


Text Example

White with #BE3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3241; }

 p { color: rgb(190,50,65); }

 H1.HeaderClassName
 {
   color: #BE3241;
 }
 .AnyTagClassName
 {
   color: #BE3241;
 }
</style>

background-color css

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

 a { background-color: rgb(190,50,65); }

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

border-color css

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

 span { border-color: rgb(190,50,65); }

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