Html Css Color HEX #BE2B41 Brick Red

📋 copy color: '#BE2B41'

red 190 ◦ green 43 ◦ blue 65

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

Shades of Brick Red #BE2B41

Tints of Brick Red #BE2B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 63.76%
G = 14.43%
B = 21.81%

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

#BE2B41 (or 0xBE2B41) is known color: Brick Red. HEX triplet: BE, 2B and 41. RGB value is (190,43,65). Sum of RGB (Red+Green+Blue) = 190+43+65=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B41 is #41D4BE. Grayscale: #595959. Windows color (decimal): -4314303 or 4271038. OLE color: 4271038.

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

Color convert

RGB 190 43 65 -
CMYK 0 0.77 0.66 0.25
HSL 351.02º 0.63% 0.46% -
HSV(B) 351.02º 0.77% 0.75% -
XYZ 23.05 13.06 6.31 -
YUV 89.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 190 43 65 0 0.77 0.66 0.25 351.02 0.63 0.46
Hex BE 2B 41 0 4D 42 19 15F 3F 2E
Octal 276 53 101 0 115 102 31 537 77 56
Binary 10111110 101011 1000001 0 1001101 1000010 11001 101011111 111111 101110

Color Harmonies of #BE2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B41

Black with #BE2B41

Text Example


Text Example

White with #BE2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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