Html Css Color HEX #BE2C3F Brick Red

📋 copy color: '#BE2C3F'

red 190 ◦ green 44 ◦ blue 63

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

Shades of Brick Red #BE2C3F

Tints of Brick Red #BE2C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 63.97%
G = 14.81%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE2C3F (or 0xBE2C3F) is known color: Brick Red. HEX triplet: BE, 2C and 3F. RGB value is (190,44,63). Sum of RGB (Red+Green+Blue) = 190+44+63=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C3F is #41D3C0. Grayscale: #595959. Windows color (decimal): -4314049 or 4140222. OLE color: 4140222.

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

Color convert

RGB 190 44 63 -
CMYK 0 0.77 0.67 0.25
HSL 352.19º 0.62% 0.46% -
HSV(B) 352.19º 0.77% 0.75% -
XYZ 23.03 13.11 6.02 -
YUV 89.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 190 44 63 0 0.77 0.67 0.25 352.19 0.62 0.46
Hex BE 2C 3F 0 4D 43 19 160 3E 2E
Octal 276 54 77 0 115 103 31 540 76 56
Binary 10111110 101100 111111 0 1001101 1000011 11001 101100000 111110 101110

Color Harmonies of #BE2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C3F

Black with #BE2C3F

Text Example


Text Example

White with #BE2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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