Html Css Color HEX #BE2C41 Brick Red

📋 copy color: '#BE2C41'

red 190 ◦ green 44 ◦ blue 65

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

Shades of Brick Red #BE2C41

Tints of Brick Red #BE2C41

RGB

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

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

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

R = 63.55%
G = 14.72%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE2C41 (or 0xBE2C41) is known color: Brick Red. HEX triplet: BE, 2C and 41. RGB value is (190,44,65). Sum of RGB (Red+Green+Blue) = 190+44+65=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C41 is #41D3BE. Grayscale: #5A5A5A. Windows color (decimal): -4314047 or 4271294. OLE color: 4271294.

HSL color Cylindrical-coordinate representation of color #BE2C41: hue angle of 351.37º 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 #BE2C41 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 44 65 -
CMYK 0 0.77 0.66 0.25
HSL 351.37º 0.62% 0.46% -
HSV(B) 351.37º 0.77% 0.75% -
XYZ 23.09 13.13 6.32 -
YUV 90.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 190 44 65 0 0.77 0.66 0.25 351.37 0.62 0.46
Hex BE 2C 41 0 4D 42 19 15F 3E 2E
Octal 276 54 101 0 115 102 31 537 76 56
Binary 10111110 101100 1000001 0 1001101 1000010 11001 101011111 111110 101110

Color Harmonies of #BE2C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C41

Black with #BE2C41

Text Example


Text Example

White with #BE2C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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