Html Css Color HEX #BE323F Brick Red

📋 copy color: '#BE323F'

red 190 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #BE323F

Tints of Brick Red #BE323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 62.71%
G = 16.5%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE323F (or 0xBE323F) is known color: Brick Red. HEX triplet: BE, 32 and 3F. RGB value is (190,50,63). Sum of RGB (Red+Green+Blue) = 190+50+63=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE323F is #41CDC0. Grayscale: #5D5D5D. Windows color (decimal): -4312513 or 4141758. OLE color: 4141758.

HSL color Cylindrical-coordinate representation of color #BE323F: hue angle of 354.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE323F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 63 -
CMYK 0 0.74 0.67 0.25
HSL 354.43º 0.58% 0.47% -
HSV(B) 354.43º 0.74% 0.75% -
XYZ 23.27 13.59 6.1 -
YUV 93.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 190 50 63 0 0.74 0.67 0.25 354.43 0.58 0.47
Hex BE 32 3F 0 4A 43 19 162 3A 2F
Octal 276 62 77 0 112 103 31 542 72 57
Binary 10111110 110010 111111 0 1001010 1000011 11001 101100010 111010 101111

Color Harmonies of #BE323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE323F

Black with #BE323F

Text Example


Text Example

White with #BE323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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