Html Css Color HEX #BE2C43 Brick Red

📋 copy color: '#BE2C43'

red 190 ◦ green 44 ◦ blue 67

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

Shades of Brick Red #BE2C43

Tints of Brick Red #BE2C43

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 63.12%
G = 14.62%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE2C43 (or 0xBE2C43) is known color: Brick Red. HEX triplet: BE, 2C and 43. RGB value is (190,44,67). Sum of RGB (Red+Green+Blue) = 190+44+67=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C43 is #41D3BC. Grayscale: #5A5A5A. Windows color (decimal): -4314045 or 4402366. OLE color: 4402366.

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

Color convert

RGB 190 44 67 -
CMYK 0 0.77 0.65 0.25
HSL 350.55º 0.62% 0.46% -
HSV(B) 350.55º 0.77% 0.75% -
XYZ 23.15 13.15 6.63 -
YUV 90.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 190 44 67 0 0.77 0.65 0.25 350.55 0.62 0.46
Hex BE 2C 43 0 4D 41 19 15F 3E 2E
Octal 276 54 103 0 115 101 31 537 76 56
Binary 10111110 101100 1000011 0 1001101 1000001 11001 101011111 111110 101110

Color Harmonies of #BE2C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C43

Black with #BE2C43

Text Example


Text Example

White with #BE2C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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