Html Css Color HEX #BE2B37 Brick Red

📋 copy color: '#BE2B37'

red 190 ◦ green 43 ◦ blue 55

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

Shades of Brick Red #BE2B37

Tints of Brick Red #BE2B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 65.97%
G = 14.93%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE2B37 (or 0xBE2B37) is known color: Brick Red. HEX triplet: BE, 2B and 37. RGB value is (190,43,55). Sum of RGB (Red+Green+Blue) = 190+43+55=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B37 is #41D4C8. Grayscale: #585858. Windows color (decimal): -4314313 or 3615678. OLE color: 3615678.

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

Color convert

RGB 190 43 55 -
CMYK 0 0.77 0.71 0.25
HSL 355.1º 0.63% 0.46% -
HSV(B) 355.1º 0.77% 0.75% -
XYZ 22.79 12.95 4.91 -
YUV 88.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 190 43 55 0 0.77 0.71 0.25 355.1 0.63 0.46
Hex BE 2B 37 0 4D 47 19 163 3F 2E
Octal 276 53 67 0 115 107 31 543 77 56
Binary 10111110 101011 110111 0 1001101 1000111 11001 101100011 111111 101110

Color Harmonies of #BE2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B37

Black with #BE2B37

Text Example


Text Example

White with #BE2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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