Html Css Color HEX #BE2743 Brick Red

📋 copy color: '#BE2743'

red 190 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #BE2743

Tints of Brick Red #BE2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 64.19%
G = 13.18%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE2743 (or 0xBE2743) is known color: Brick Red. HEX triplet: BE, 27 and 43. RGB value is (190,39,67). Sum of RGB (Red+Green+Blue) = 190+39+67=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2743 is #41D8BC. Grayscale: #575757. Windows color (decimal): -4315325 or 4401086. OLE color: 4401086.

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

Color convert

RGB 190 39 67 -
CMYK 0 0.79 0.65 0.25
HSL 348.87º 0.66% 0.45% -
HSV(B) 348.87º 0.79% 0.75% -
XYZ 22.97 12.8 6.57 -
YUV 87.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 190 39 67 0 0.79 0.65 0.25 348.87 0.66 0.45
Hex BE 27 43 0 4F 41 19 15D 42 2D
Octal 276 47 103 0 117 101 31 535 102 55
Binary 10111110 100111 1000011 0 1001111 1000001 11001 101011101 1000010 101101

Color Harmonies of #BE2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2743

Black with #BE2743

Text Example


Text Example

White with #BE2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2743; }

 p { color: rgb(190,39,67); }

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

background-color css

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

 a { background-color: rgb(190,39,67); }

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

border-color css

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

 span { border-color: rgb(190,39,67); }

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